build.rs/Cargo.toml

21 lines
445 B
TOML

[package]
name = "forgebuild"
version = "0.2.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"
# Detect hostname
hostname = "0.3"
# Translations
serde_json = "1.0"
structopt = "0.3"
# Debug Context for translations
serde = { version = "1.0", features = ["derive"] }
# Users information
users = "0.11"