build.rs/Cargo.toml

15 lines
293 B
TOML
Raw Normal View History

2020-04-30 16:53:49 +00:00
[package]
name = "git-build-rs"
version = "0.1.0"
authors = ["southerntofu"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glob = "0.3"
lazy_static = "1.4"
# Translations
serde_json = "1.0"
2020-05-01 10:48:22 +00:00
structopt = "0.3"