summaryrefslogtreecommitdiffstats
path: root/service-world/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-03 11:35:33 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-03 18:55:12 +0200
commit81dba4625add1fdf537eacd8108aac0042fbf34b (patch)
treeb4234104f76a699c64bac24df8bfe83ea1abcd29 /service-world/Cargo.toml
Initial import
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'service-world/Cargo.toml')
-rw-r--r--service-world/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/service-world/Cargo.toml b/service-world/Cargo.toml
new file mode 100644
index 0000000..2404822
--- /dev/null
+++ b/service-world/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "service-world"
+version = "0.1.0"
+edition = "2018"
+
+[dependencies]
+env_logger = "0.8"
+actix-web = "3.3"
+anyhow = "1"