Cargo.toml (247B)
1 [package] 2 name = "toolchain-nimbus-fml" 3 version = "0.1.0" 4 edition = "2021" 5 license = "MPL-2.0" 6 7 [[bin]] 8 name = "nimbus-fml" 9 10 [dependencies] 11 mozilla-central-workspace-hack = { version = "0.1", features = ["toolchain-nimbus-fml"], optional = true }