feval/Cargo.toml

14 lines
275 B
TOML
Raw Permalink Normal View History

2023-01-25 22:03:01 +03:00
[package]
name = "feval"
version = "0.4.2"
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 = "10.0.0"
linefeed = "0.6.0"