From fcfffa47accad303bd9d927502396d8e4174c234 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 1 Mar 2021 14:16:47 +0100 Subject: Actix Example --- actix/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 actix/Cargo.toml (limited to 'actix/Cargo.toml') diff --git a/actix/Cargo.toml b/actix/Cargo.toml new file mode 100644 index 0000000..bd2bc84 --- /dev/null +++ b/actix/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "actix" +version = "0.1.0" +authors = ["xengineering "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +actix-web = "3" -- cgit v1.2.3-70-g09d2