summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5f95c9215b750ec294d11d8419354bbb80fd1004 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "hydrus-api-rs"
version = "0.1.0"
edition = "2024"

[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
serde_repr = "0.1.20"
ureq = { version = "3.1.0", features = ["json"] }
urlencoding = "2.1.3"