1[package]
2
3name = "void"
4version = "1.0.2"
5authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
6repository = "https://github.com/reem/rust-void.git"
7description = "The uninhabited void type for use in statically impossible cases."
8readme = "README.md"
9license = "MIT"
10
11[features]
12
13default = ["std"]
14std = []
15
16