gwar/Cargo.toml
2023-09-03 22:45:47 -04:00

11 lines
276 B
TOML

[package]
name = "gwar"
version = "0.1.0"
authors = ["Matthew Dillon <matthewrdillon@gmail.com>"]
edition = "2018"
[dependencies]
git2 = { version = "0.18", features = ["vendored-openssl"] }
serde = { version = "1.0", features = ["derive"] }
shellexpand = "2.1"
toml = "0.5"