puppy/lib/fetch/Cargo.toml

17 lines
264 B
TOML
Raw Normal View History

2024-04-16 20:57:07 +02:00
[package]
name = "fetch"
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
2024-04-27 09:32:00 +02:00
reqwest = "*"
sigh = "*"
serde_json = "*"
derive_more = "*"
2024-04-27 22:01:28 +02:00
http = "*"
chrono = "*"
base64 = "*"
rsa = { version = "*", features = ["sha2"] }