puppy/lib/fetch/Cargo.toml

16 lines
264 B
TOML

[package]
name = "fetch"
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
reqwest = "*"
sigh = "*"
serde_json = "*"
derive_more = "*"
http = "*"
chrono = "*"
base64 = "*"
rsa = { version = "*", features = ["sha2"] }