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

[dependencies]
reqwest = "0.8"

[dev-dependencies]
dotenv = "0.13"
mockito = "0.12"
serde_json = "1.0"