From a5688c7449ad02934df6bf8c253cad32c6c1e349 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 9 Oct 2025 11:11:10 +0200 Subject: feat: serve /static directory useful to keep help instructions around --- lambda-calcul/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'lambda-calcul/rust/Cargo.toml') 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" -- cgit v1.2.3