mirror of
https://github.com/ivabus/feval
synced 2024-12-05 05:05:07 +03:00
12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "feval"
|
|
version = "0.2.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"
|