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

14 lines
269 B
TOML
Raw Normal View History

2025-01-15 19:38:53 +07:00
[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]
2025-02-15 15:16:04 +07:00
[[test]]
name = "integration"
path = "tests/integration_test.rs"