mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 17:49:46 +00:00
16 lines
363 B
TOML
16 lines
363 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-entity-mock", package = "salsa-entity-mock" }
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.0"
|
|
|
|
[[bin]]
|
|
name = "salsa-2022-tests"
|
|
path = "main.rs"
|