mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 09:48:53 +00:00
3b3e0be981
also add a few new tests
11 lines
278 B
TOML
11 lines
278 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"
|
|
|