salsa/salsa-2022-tests/Cargo.toml
Niko Matsakis 323e677182 enable logging of salsa events by default
and add logging to tests
2022-08-10 00:42:27 -04:00

13 lines
337 B
TOML

[package]
name = "salsa-2022-tests"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
salsa = { path = "../components/salsa-2022", package = "salsa-2022" }
expect-test = "1.4.0"
parking_lot = "0.12.1"
test-log = "0.2.11"
env_logger = "*"