rust-cache/tests/Cargo.toml

18 lines
457 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]
2024-03-24 17:00:25 +08:00
reqwest = "0.12.1"
jsonpath_lib_polars_vendor = "0.0.1"
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
[dev-dependencies]
trybuild = "1"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
2023-08-02 18:47:24 +08:00
tikv-jemallocator = "0.5.4"