diff --git a/Cargo.toml b/Cargo.toml index 13a32c9..3083176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,9 @@ toml = "0.8" # error handling terrors = "0.3" +# Actors +actix = "0.13" + [dev-dependencies] # Testing assert2 = "0.3"