fsh/Cargo.toml

12 lines
220 B
TOML
Raw Normal View History

2021-11-21 19:42:14 +00:00
[package]
name = "fsh"
version = "0.1.0"
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"