summaryrefslogtreecommitdiff
path: root/server/bot/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-10 22:56:09 +0200
commit44b444e67684b16eb338ef639b46d53c9eb214a1 (patch)
treee076948c97bc946262069208f79f5cc06ab1f568 /server/bot/Cargo.toml
parent71499464dbb279bd268dd2dcd5a653c3a7f50a68 (diff)
downloadhurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.bz2
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.zst
start with client lib crate
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r--server/bot/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
new file mode 100644
index 00000000..259095ab
--- /dev/null
+++ b/server/bot/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "bot"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+hurrycurry-client-lib = { path = "../client-lib" }