3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-05 13:14:07 +00:00
rust-cache/tests/Cargo.toml
2023-07-31 16:34:21 +02:00

14 lines
384 B
TOML

[package]
publish = false
name = "rust-cache"
version = "0.1.0"
authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
edition = "2021"
[dependencies]
reqwest = "0.11.11"
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = "0.5"