moderatior
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "moderatior" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] tokio = { version = "1.28.2", features = [ @@ -20,7 +20,6 @@ serenity = { version = "0.12", features = [ poise = { git = "https://github.com/serenity-rs/poise" } anyhow = "1.0.75" jemallocator-global = "0.3.2" -ahash = "0.8.11" emojib = { git = "https://github.com/Apricot-Conservation-Project/emoji", package = "emoji" } kv = { version = "0.24.0", features = ["bincode-value"] } sled = { version = "0.34.7", features = ["compression"] } |