doubleo7/Cargo.toml

11 lines
271 B
TOML

[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"
tokio = { version = "1.53.1", features = ["full"] }
toml = "1.1.4+spec-1.1.0"