mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-01 21:27:51 +00:00
Support for trybuild and similar macro testing tools (#168)
Signed-off-by: Filippo Costa <filippo@neysofu.me>
This commit is contained in:
parent
44b6087283
commit
67c46e7159
9 changed files with 138 additions and 2 deletions
|
|
@ -9,5 +9,8 @@ edition = "2021"
|
|||
reqwest = "0.11.18"
|
||||
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = "1"
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
tikv-jemallocator = "0.5.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue