summaryrefslogtreecommitdiff
path: root/actix/Cargo.toml
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-06 20:51:23 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-03-06 20:51:23 +0100
commitf48ce5deb19d83e6d5e87f51c59e538f4b66d79e (patch)
treed95ac46c757c4506044fbb4e0469ecadf3f78ef7 /actix/Cargo.toml
parentf9714353664507845bad9e5856f5396ab3d629b2 (diff)
downloadweb-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.tar
web-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.tar.zst
web-template-f48ce5deb19d83e6d5e87f51c59e538f4b66d79e.zip
Switch back to Flask
Diffstat (limited to 'actix/Cargo.toml')
-rw-r--r--actix/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/actix/Cargo.toml b/actix/Cargo.toml
deleted file mode 100644
index 6de840e..0000000
--- a/actix/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[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"
-actix-files = "0.5.0"
-clap = "2.33.3"