summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 16:04:25 +0100
committerMatthieu Pignolet <matthieu@puffer.fish>2025-10-30 16:04:25 +0100
commit09a0afaff012b88f79afde35a3c2ebaeb010a176 (patch)
tree874fe676977f56c5456e4cead31e1a6c86bc40dd /Cargo.toml
parentc951f54be999fb7e508039ba23fa5b1fe7035743 (diff)
feat: commit allfeat/twilight-discord
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d94d9d..ae9edfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,6 @@ resolver = "2"
members = [
"libs/db",
"bin/bot",
- "bin/index"
+ "bin/index",
+ "bin/cli"
]