Initial Commit

This commit is contained in:
bluepython508
2026-01-26 15:35:41 +00:00
commit 0f31af9dae
8 changed files with 3096 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[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"] }