summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-02-05 23:06:13 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-02-05 23:06:13 +0100
commit324e95a933f8b6490b861d031d5c64aacf6ca1d5 (patch)
tree7447407d37f8493b7676fc794e75d89d71294911 /server
parent42b34f0b1221ca9af09837af2291891047487bec (diff)
Add back default-run
Apparently it is still needed when the root package only has one binary.
Diffstat (limited to 'server')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 906c589..18a6458 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -2,6 +2,7 @@
name = "eyeballs"
version = "0.1.0"
edition = "2021"
+default-run = "eyeballs"
[workspace]
members = ["hook"]