Source code

Revision control

Copy as Markdown

Other Tools

[package]
name = "hostrusttool"
version = "0.1.0"
authors = ["The Mozilla Project Developers"]
[lib]
crate-type = ["staticlib"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[dependencies]
mozilla-central-workspace-hack = { version = "0.1", features = ["hostrusttool"], optional = true }