salsa/salsa-2022-tests/Cargo.toml

17 lines
363 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]
salsa = { path = "../components/salsa-entity-mock", package = "salsa-entity-mock" }
[dev-dependencies]
expect-test = "1.4.0"
[[bin]]
name = "salsa-2022-tests"
path = "main.rs"