Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / void / Cargo.toml
blob1a031396ab3667cd98524f55c3a0eb66313dda6c
1 [package]
3 name = "void"
4 version = "1.0.2"
5 authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
6 repository = "https://github.com/reem/rust-void.git"
7 description = "The uninhabited void type for use in statically impossible cases."
8 readme = "README.md"
9 license = "MIT"
11 [features]
13 default = ["std"]
14 std = []