1 | [package] |
---|---|
2 | |
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" |
10 | |
11 | [features] |
12 | |
13 | default = ["std"] |
14 | std = [] |
15 | |
16 |