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-23 19:47:24 -05:00

15 lines
No EOL
307 B
TOML

[package]
name = "serde-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]
serde = "1.0"
nom = "6"
bstr = "0.2.15"
[dev-dependencies]
serde_derive = "1.0"