1
0
bot/Cargo.toml
2024-02-06 20:09:27 +09:00

11 lines
214 B
TOML

[package]
name = "ai"
version = "0.1.0"
edition = "2021"
[dependencies]
seahorse = "*"
reqwest = { version = "*", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
shellexpand = "*"