shibe-bot/Cargo.toml
August 52e4cd2f23
All checks were successful
Rust / check (push) Successful in 1m31s
If this doesnt work I give up
2026-07-22 23:47:16 +00:00

26 lines
695 B
TOML

[package]
name = "shibe-bot"
description = "A Discord bot written in Rust, using Poise."
license = "MIT"
readme = "README.md"
version = "1.3.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
vergen = { version = "9.0.6", features = ["build", "cargo", "rustc"] }
anyhow = "1.0.104"
[dependencies]
dotenvy = "0.15.0"
log = "0.4.33"
poise = "0.6.2"
pretty_env_logger = "0.5.0"
tokio = { version = "1.53.1", features = ["macros", "rt-multi-thread"] }
rand = "0.10.2"
serde = { version = "1.0.229", features = ["serde_derive"] }
serde_json = "1.0.151"
roux = "2.2.15"
structstruck = "0.5.1"