mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
15 lines
374 B
TOML
15 lines
374 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 = "*"
|
|
trybuild = "1.0"
|
|
rustversion = "1.0"
|