Thumbnail

steew/belltoll.git

Clone URL: https://git.buni.party/steew/belltoll.git

Viewing file on branch master

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