1
0
bot/Cargo.toml

11 lines
214 B
TOML
Raw Normal View History

2023-10-20 14:31:16 +00:00
[package]
name = "ai"
version = "0.1.0"
edition = "2021"
[dependencies]
seahorse = "*"
reqwest = { version = "*", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
2024-02-06 11:09:27 +00:00
shellexpand = "*"