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

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