summaryrefslogtreecommitdiff
path: root/lambda-calcul/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lambda-calcul/rust/Cargo.toml')
-rw-r--r--lambda-calcul/rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lambda-calcul/rust/Cargo.toml b/lambda-calcul/rust/Cargo.toml
index c742302..230e422 100644
--- a/lambda-calcul/rust/Cargo.toml
+++ b/lambda-calcul/rust/Cargo.toml
@@ -9,6 +9,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.128"
chrono = { version= "0.4.38", features = ["serde"]}
actix-web = "4.9.0"
+actix-files = "0.6.8"
env_logger = "0.8"
log = "0.4"
futures = "0.3.30"