mirror of
https://github.com/ivabus/feval
synced 2024-12-05 05:05:07 +03:00
16 lines
373 B
TOML
16 lines
373 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "evalexpr"
|
|
version = "8.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aacfb566035f8cd02f6ec9247c242f3f9904a0b288ea383abcf4e95df6436a34"
|
|
|
|
[[package]]
|
|
name = "feval"
|
|
version = "0.2.0"
|
|
dependencies = [
|
|
"evalexpr",
|
|
]
|