summaryrefslogtreecommitdiff
path: root/server/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/common/Cargo.toml')
-rw-r--r--server/common/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/common/Cargo.toml b/server/common/Cargo.toml
new file mode 100644
index 0000000..a17fb95
--- /dev/null
+++ b/server/common/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "eyeballs-common"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+futures.workspace = true
+pathdiff = "0.2.3"
+serde.workspace = true
+tokio = { workspace = true, features = ["fs", "process", "sync"] }