mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
29 lines
773 B
TOML
29 lines
773 B
TOML
[package]
|
|
name = "pay-respects-module-request-ai"
|
|
version = "0.2.2"
|
|
edition = "2021"
|
|
|
|
description = "AI request module for the pay-respects CLI tool"
|
|
homepage = "https://codeberg.org/iff/pay-respects"
|
|
repository = "https://github.com/iffse/pay-respects"
|
|
license = "AGPL-3.0-or-later"
|
|
include = ["**/*.rs", "templates/*"]
|
|
|
|
[dependencies]
|
|
colored = "3"
|
|
sys-locale = "0.3"
|
|
rust-i18n = "3"
|
|
serde_json = { version = "1.0" }
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
textwrap = "0.16"
|
|
terminal_size = "0.4"
|
|
askama = "0.13"
|
|
|
|
reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls"], default-features = false }
|
|
tokio = { version = "1", features = ["full"] }
|
|
futures-util = "0.3"
|
|
|
|
[[bin]]
|
|
name = "_pay-respects-fallback-100-request-ai"
|
|
path = "src/main.rs"
|