de81232201
Add openrouter-rs dependency, review prompt, and markdown formatting. Update comment API to accept dynamic body. Adjust devcontainer for podman compatibility.
21 lines
405 B
TOML
21 lines
405 B
TOML
[package]
|
|
name = "herald"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.13", features = ["json"] }
|
|
tokio = { version = "1.52", features = ["full"] }
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
openrouter-rs = "0.10"
|
|
dotenvy = "0.15"
|
|
axum = "0.8"
|
|
anyhow = "1.0"
|
|
thiserror = "2.0"
|
|
hmac = "0.13"
|
|
sha2 = "0.11"
|
|
hex = "0.4"
|
|
subtle = "2.6"
|
|
bytes = "1.11"
|