summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index 7ab3efa..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "clawflake"
-version = "1.0.0"
-edition = "2021"
-
-[dependencies]
-tokio = { version = "1.21.2", features = ["rt-multi-thread"] }
-tonic = { version = "0.8.2", features = ["prost"] }
-prost = "0.11.0"
-prost-types = "0.11.1"
-tracing = "0.1.37"
-tracing-subscriber = "0.3.16"
-
-[build-dependencies]
-tonic-build = "0.8.2"