diff options
| author | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 11:11:10 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 11:11:10 +0200 |
| commit | a5688c7449ad02934df6bf8c253cad32c6c1e349 (patch) | |
| tree | 9360905a66d4f900e9e3ce8f59325d4e4411bdce /lambda-calcul/rust/Cargo.toml | |
| parent | 495beefe2a84d66057eaba11372ee753857bc9c3 (diff) | |
| download | lambda-nantes-a5688c7449ad02934df6bf8c253cad32c6c1e349.tar.gz | |
feat: serve /static directory
useful to keep help instructions around
Diffstat (limited to 'lambda-calcul/rust/Cargo.toml')
| -rw-r--r-- | lambda-calcul/rust/Cargo.toml | 1 |
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" |
