pay-respects/module-request-ai/Cargo.toml
2024-12-08 17:46:43 +01:00

24 lines
549 B
TOML

[package]
name = "pay-respects-module-request-ai"
version = "0.1.0"
edition = "2021"
[dependencies]
colored = "2"
sys-locale = "0.3"
rust-i18n = "3"
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"]}
textwrap = { version = "0.16", features = ["terminal_size"] }
curl = { version = "0.4", optional = true }
[features]
# linking to libcurl dynamically requires openssl when compiling and
# complicates cross compilation
libcurl = ["dep:curl"]
[[bin]]
name = "pay-respects-fallback-request-ai"
path = "src/main.rs"