From 49f38a56618631576b672c9c9575bb8fcf91badf Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 7 Mar 2021 13:11:50 +0100 Subject: init --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..474a252 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "gico" +version = "0.1.0" +authors = ["Santo Cariotti "] +edition = "2018" + +[dependencies] +actix-rt = "1.0.0" +actix-web = "2.0.0" +actix-http = "1.0.1" +actix-service = "1.0.5" -- cgit v1.2.3-18-g5258