puppy/lib/fetch/Cargo.toml

19 lines
365 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]
reqwest = { version = "*", features = ["json"] }
sigh = "*"
serde_json = "*"
derive_more = "*"
http = "*"
chrono = "*"
base64 = "*"
rsa = { version = "*", features = ["sha2"] }
http-body-util = "*"
rand = "*"