зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
344 B
TOML
14 строки
344 B
TOML
[package]
|
|
|
|
name = "unreachable"
|
|
version = "1.0.0"
|
|
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
|
|
repository = "https://github.com/reem/rust-unreachable.git"
|
|
description = "An unreachable code optimization hint in stable rust."
|
|
readme = "README.md"
|
|
license = "MIT / Apache-2.0"
|
|
|
|
[dependencies.void]
|
|
version = "1"
|
|
default-features = false
|