aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-20 21:45:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-20 22:57:39 +0200
commit9ddb4d7786509bf5995bd5e254c611a05ea50eba (patch)
treede606bbb04f56e201eebdbf1a075595149441998 /Cargo.lock
parentf2836d359942a6b42b1db9d1fd7624499798d925 (diff)
downloadhurrycurry-9ddb4d7786509bf5995bd5e254c611a05ea50eba.tar
hurrycurry-9ddb4d7786509bf5995bd5e254c611a05ea50eba.tar.bz2
hurrycurry-9ddb4d7786509bf5995bd5e254c611a05ea50eba.tar.zst
reg: move structs to protocol crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1aeb8d8d..f6ab641a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1058,6 +1058,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"env_logger",
+ "hurrycurry-protocol",
"log",
"markup",
"rocket",