summaryrefslogtreecommitdiffstats
path: root/third_party/rust/void/Cargo.toml
blob: 1a031396ab3667cd98524f55c3a0eb66313dda6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "void"
version = "1.0.2"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
repository = "https://github.com/reem/rust-void.git"
description = "The uninhabited void type for use in statically impossible cases."
readme = "README.md"
license = "MIT"

[features]

default = ["std"]
std = []