compiler-builtins-zynq/Cargo.toml

24 lines
369 B
TOML
Raw Normal View History

2016-08-08 04:58:05 +08:00
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
build = "build.rs"
2016-08-08 04:58:05 +08:00
name = "rustc_builtins"
version = "0.1.0"
2016-08-11 08:12:37 +08:00
2016-08-15 10:59:48 +08:00
[dependencies]
[dependencies.rlibc]
git = "https://github.com/alexcrichton/rlibc"
optional = true
2016-08-15 10:59:48 +08:00
2016-08-11 08:12:37 +08:00
[dev-dependencies]
quickcheck = "0.3.1"
rand = "0.3.14"
[dev-dependencies.gcc_s]
path = "gcc_s"
2016-08-15 10:59:48 +08:00
[features]
weak = ["rlibc/weak"]
[workspace]