doubleo7/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

2026-07-31 08:20:46 +00:00
[package]
name = "doubleo7"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.104"
rig-core = { git = "https://github.com/0xPlaygrounds/rig", branch = "main" }
serde = "1.0.229"
2026-07-31 08:20:46 +00:00
tokio = { version = "1.53.1", features = ["full"] }
toml = "1.1.4+spec-1.1.0"