summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent71499464dbb279bd268dd2dcd5a653c3a7f50a68 (diff)
downloadhurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.bz2
hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.zst
start with client lib crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9a90d335..9ceb89d2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -277,6 +277,13 @@ dependencies = [
]
[[package]]
+name = "bot"
+version = "0.1.0"
+dependencies = [
+ "hurrycurry-client-lib",
+]
+
+[[package]]
name = "built"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -802,6 +809,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
+name = "hurrycurry-client-lib"
+version = "0.1.0"
+dependencies = [
+ "hurrycurry-protocol",
+]
+
+[[package]]
name = "hurrycurry-protocol"
version = "0.1.0"
dependencies = [