diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 14:16:47 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 14:16:47 +0100 |
commit | fcfffa47accad303bd9d927502396d8e4174c234 (patch) | |
tree | 277db3e6c2b2e9593fe3afd2c8dbf22747e74f99 /actix/Cargo.toml | |
parent | 7c461d3ed31a1805b30e5701873ad702a64ba0de (diff) | |
download | web-template-fcfffa47accad303bd9d927502396d8e4174c234.tar web-template-fcfffa47accad303bd9d927502396d8e4174c234.tar.zst web-template-fcfffa47accad303bd9d927502396d8e4174c234.zip |
Actix Example
Diffstat (limited to 'actix/Cargo.toml')
-rw-r--r-- | actix/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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 <mail2xengineering@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +actix-web = "3" |