complexpr/complexpr-stdlib/Cargo.toml

14 lines
307 B
TOML
Raw Normal View History

2022-09-23 19:09:22 +00:00
[package]
name = "complexpr-stdlib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
complexpr = { path = "../complexpr"}
num-traits = "0.2.15"
paste = "1.0.9"
lazy_static = "1.4.0"
2022-09-25 23:25:13 +00:00
try-partialord = "0.1.3"