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

[dependencies]
http = "1.3.1"
musli = { version = "0.0.145", features = ["json"] }
thiserror = "2.0.16"
ureq = "3.1.0"
urlencoding = "2.1.3"