From b5960dffbd7151c2eedc0e897f94f7b1691c2a39 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sun, 3 May 2020 22:58:13 -0400 Subject: started actix-web rust project for api --- dichroism/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dichroism/Cargo.toml') 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" + -- cgit v1.2.3