rust-cache/tests/Cargo.toml

11 lines
303 B
TOML
Raw Normal View History

[package]
publish = false
name = "rust-cache"
version = "0.1.0"
authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
2022-07-09 23:17:14 +08:00
edition = "2021"
2022-07-09 23:17:14 +08:00
[dependencies]
2022-07-09 23:39:42 +08:00
reqwest = "0.11.11"
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }