summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 9f7f37a..50440fb 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -3,6 +3,10 @@ name = "weareserver"
version = "0.1.0"
edition = "2024"
+[[bin]]
+name = "wearehosting"
+path = "src/main.rs"
+
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }