diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-20 20:58:14 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-21 00:18:11 +0200 |
| commit | eaed442578c3b1765ec48c84489a122096b6a08f (patch) | |
| tree | bd5eeb82ea6f49691a4c5bad91a1b1614f0948a8 /server/bot/Cargo.toml | |
| parent | a3b0879a98bf5a0881b426913d7dd4cb9010e327 (diff) | |
| download | hurrycurry-eaed442578c3b1765ec48c84489a122096b6a08f.tar hurrycurry-eaed442578c3b1765ec48c84489a122096b6a08f.tar.bz2 hurrycurry-eaed442578c3b1765ec48c84489a122096b6a08f.tar.zst | |
Send paths as debug events
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 8a841843..64b0f028 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -13,4 +13,5 @@ rustls = { version = "0.23.31", features = ["ring"] } clap = { version = "4.5.47", features = ["derive"] } [features] +# default = ["debug_events"] debug_events = [] |