build.rs/Cargo.toml

21 lines
445 B
TOML
Raw Permalink Normal View History

2020-04-30 16:53:49 +00:00
[package]
2020-11-25 23:00:55 +00:00
name = "forgebuild"
version = "0.2.0"
2020-04-30 16:53:49 +00:00
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"
2020-04-30 16:53:49 +00:00
# Translations
serde_json = "1.0"
2020-05-01 10:48:22 +00:00
structopt = "0.3"
2020-11-28 19:36:11 +00:00
# Debug Context for translations
serde = { version = "1.0", features = ["derive"] }
2021-01-04 15:25:47 +00:00
# Users information
users = "0.11"