qm/Cargo.toml

11 lines
216 B
TOML
Raw Normal View History

2022-06-07 21:41:24 -04:00
[package]
name = "quickmaths"
version = "0.1.5"
2022-06-07 21:41:24 -04:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
evalexpr = "7.2.0"
termion = "1.5.6"