diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ version = "0.1.0" authors = ["haraldei"] [dependencies] +reqwest = "0.8" + +[dev-dependencies] +mockito = "0.12" |
index : rust-zotapi.git | ||
Zot API wrapper in Rust. | Harald Eilertsen |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 4 |
@@ -4,3 +4,7 @@ version = "0.1.0" authors = ["haraldei"] [dependencies] +reqwest = "0.8" + +[dev-dependencies] +mockito = "0.12" |