Files
dockerbuild/Cargo.toml

17 lines
463 B
TOML

[package]
name = "dockerbuild"
version = "0.1.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://git.hatter.ink/hatter/dockerbuild"
description = "Build linux binary under macOS using Docker"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = "0.6"
users = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"