20 lines
331 B
TOML
20 lines
331 B
TOML
[package]
|
|
name = "sqish"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[dependencies]
|
|
dirs = "4.0.0"
|
|
users = "0.11.0"
|
|
gethostname = "0.4.1"
|
|
termion = "2.0.1"
|
|
unicode-segmentation = "1.6.0"
|
|
which = { version = "4.4.0", features = ["regex"] }
|
|
regex = "1.7.1"
|
|
yaml-rust = "0.4.5"
|
|
ctrlc = "3.2.5"
|