salsa/salsa-2022-tests/Cargo.toml

15 lines
354 B
TOML
Raw Normal View History

2022-08-05 04:39:00 +00:00
[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]
2022-08-05 17:19:05 +00:00
salsa = { path = "../components/salsa-2022", package = "salsa-2022" }
2022-08-05 04:39:00 +00:00
expect-test = "1.4.0"
2022-08-09 10:06:39 +00:00
parking_lot = "0.12.1"
test-log = "0.2.11"
env_logger = "*"
trybuild = "1.0"