aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1c2f542e320b13e5dfa496457c0c567942a8b673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "zotapi"
version = "0.1.0"
authors = ["haraldei"]

[dependencies]
reqwest = "0.8"

[dev-dependencies]
mockito = "0.12"