summaryrefslogtreecommitdiffstats
path: root/service-world/Cargo.toml
diff options
context:
space:
mode:
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"