fsh/Cargo.toml

13 lines
242 B
TOML
Raw Normal View History

2021-11-21 19:42:14 +00:00
[package]
name = "fsh"
2022-08-05 11:18:25 +00:00
version = "0.2.0"
2021-11-21 19:42:14 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
git2 = "0.13"
users = "0.11"
ansi_term = "0.12"
2022-08-05 11:18:25 +00:00
gethostname = "0.2.3"