diff options
Diffstat (limited to 'dichroism/Cargo.toml')
-rw-r--r-- | dichroism/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 28e7701..d53f861 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -7,3 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +actix-web = "2.0" +actix-rt = "1.0" +listenfd = "0.3" + |