Viewing file on branch master
| / | Cargo.toml |
| 1 | [package] |
| 2 | name = "belltoll-rs" |
| 3 | version = "0.1.0" |
| 4 | edition = "2024" |
| 5 | |
| 6 | [dependencies] |
| 7 | env = "1.0.1" |
| 8 | futures-util = "0.3.31" |
| 9 | irc = "1.1.0" |
| 10 | rust-ini = "0.21.3" |
| 11 | serenity = { version = "0.12.5", features = ["cache"]} |
| 12 | sha1 = "0.10.6" |
| 13 | tokio = { version = "1.49.0", features = ["rt-multi-thread"] } |
| 14 |