feval/Cargo.toml

13 lines
255 B
TOML
Raw Normal View History

2023-01-25 22:03:01 +03:00
[package]
name = "feval"
2023-01-25 22:51:20 +03:00
version = "0.3.0"
2023-01-25 22:03:01 +03:00
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"