X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=actix-server%2FCargo.toml;fp=actix-server%2FCargo.toml;h=4208b990c70f69d81c3f92c9e0cfa45739ded4fc;hp=803f53e15613db130f966ad9ef1185b0e232d735;hb=883c4d01f6138070672c08118e2be9facdcd2e15;hpb=7580ac5646156d35fd83b65f7d0bd959a896fb6c diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 803f53e..4208b99 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -6,7 +6,13 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +actix = "0.13" actix-web = "4" +actix-web-actors = "4.1" actix-files = "0.6" env_logger = "0.9" log = "0.4" + +[dev-dependencies] +actix-test = "0.1" +futures-util = "0.3"