huaxu-bot/Cargo.toml

17 lines
461 B
TOML
Raw Permalink Normal View History

2024-08-22 17:51:14 +00:00
[package]
name = "huaxu-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
poise = "0.6.1"
thiserror = "1.0.62"
tokio = { version = "1", features = ["full"] }
tracing-subscriber = "0.3.18"
anthropic-sdk = "0.1.4"
dotenv = "0.15.0"
serde_json = "1.0"
serde = { version = "1.0.204", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }