aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7f7aeb5..1fdb258 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,3 +35,6 @@ byte-slice-cast = "0.3.5"
serde_json = "1.0.44"
serde = "1.0.104"
rand = { version = "0.7.3", features = ["small_rng"] }
+actix-web = "2.0.0"
+actix-rt = "1.0.0"
+actix = "0.9.0"