salsa/calc-example/calc/Cargo.toml

13 lines
323 B
TOML
Raw Normal View History

2022-08-01 05:32:47 +00:00
[package]
name = "calc"
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" }
ordered-float = "3.0"
[dev-dependencies]
expect-test = "1.4.0"