feval/Cargo.toml
2023-01-25 22:03:01 +03:00

12 lines
255 B
TOML

[package]
name = "feval"
version = "0.1.0"
edition = "2021"
description = "clt for fast evaluations"
readme = "README.md"
repository = "https://github.com/ivabus/feval"
license = "MIT"
authors = ["Ivan ivabus Bushchik"]
[dependencies]
evalexpr = "8.1.0"