You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
445 B
21 lines
445 B
[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"
|