diff options
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r-- | server/bot/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index 157472ae..cd0ac383 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -5,4 +5,6 @@ edition = "2021" [dependencies] hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] } +hurrycurry-protocol = { path = "../protocol" } log = "0.4.22" +anyhow = "1.0.86" |