This repository has been archived on 2021-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
git-config/Cargo.toml
2021-02-24 12:30:49 -05:00

22 lines
461 B
TOML

[package]
name = "git-config"
version = "0.1.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = { version = "6", default_features = false, features = ["std"] }
bstr = "0.2.15"
[dependencies.serde_crate]
package = "serde"
optional = true
version = " 1"
[dev-dependencies]
serde_derive = "1.0"
[features]
serde = ["serde_crate"]