11 lines
276 B
TOML
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"
|