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

13 lines
307 B
TOML
Raw Normal View History

2021-02-18 17:49:47 +00:00
[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]
2021-02-19 05:12:59 +00:00
serde = { version = "1.0", features = ["derive"] }
2021-02-18 17:49:47 +00:00
nom = "6"
2021-02-19 05:12:59 +00:00
[dev-dependencies]