jiji/Cargo.toml
WanderingPenwing da571b4259 message sorting
2024-07-11 17:27:29 +02:00

15 lines
445 B
TOML

[package]
name = "jiji"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = "0.26.2"
futures = "0.3.30"
image = "0.24.9"
chrono = "0.4"
serenity = { version = "0.9.0-rc.2", default-features = false, features = ["client", "gateway", "model", "builder", "rustls_backend", "cache", "http"] }
tokio = {features = ["macros"], version = "0.2"}