cmkl/spring-2025/sen-109/00020/eval/Cargo.toml

14 lines
269 B
TOML

[package]
name = "expression-eval"
version = "0.1.0"
authors = ["cmkl"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[test]]
name = "integration"
path = "tests/integration_test.rs"