19 lines
463 B
TOML
19 lines
463 B
TOML
[package]
|
|
name = "kunordaterano"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.43"
|
|
color-eyre = "0.6.5"
|
|
eyre = "0.6.12"
|
|
futures = "0.3.31"
|
|
poise = "0.6.1"
|
|
serenity = "0.12.5"
|
|
tokio = { version = "1.49.0", features = ["rt", "net"] }
|
|
tracing = "0.1.44"
|
|
tracing-error = "0.2.1"
|
|
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|