diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-11 13:35:15 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-11 13:35:15 +0200 |
| commit | 52d99b16534631e293a23ddbc18c4ea70b71392f (patch) | |
| tree | f596887a976540ab553e69105ab192cbbb2dd753 /server/bot/Cargo.toml | |
| parent | 63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb (diff) | |
| download | hurrycurry-52d99b16534631e293a23ddbc18c4ea70b71392f.tar hurrycurry-52d99b16534631e293a23ddbc18c4ea70b71392f.tar.bz2 hurrycurry-52d99b16534631e293a23ddbc18c4ea70b71392f.tar.zst | |
add recipes back to protocol
Diffstat (limited to 'server/bot/Cargo.toml')
| -rw-r--r-- | server/bot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index cd0ac383..bd8cbe36 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -8,3 +8,4 @@ hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] } hurrycurry-protocol = { path = "../protocol" } log = "0.4.22" anyhow = "1.0.86" +env_logger = "0.11.5" |