git-build.rs/Cargo.toml

15 lines
293 B
TOML

[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"
structopt = "0.3"