mirror of https://github.com/rm-dr/daisy
12 lines
256 B
TOML
12 lines
256 B
TOML
|
[package]
|
||
|
name = "calc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
#dialoguer = "0.10.3"
|
||
|
#colored = "2.0.0"
|
||
|
termcolor = "1.2.0"
|
||
|
signal-hook = "0.3.15"
|