Files
notebrook-notes/lib/rust/Cargo.toml

11 lines
271 B
TOML
Raw Permalink Normal View History

2026-01-10 09:45:35 +00:00
[package]
name = "channels"
version = "0.1.0"
edition = "2021"
[dependencies]
2026-01-10 10:59:19 +00:00
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] }
2026-01-10 09:45:35 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"