1 # This is a shim Cargo.toml which serves as a proxy for building libtest.
3 # The reason this shim exists is basically the same reason that `std_shim`
4 # exists, and more documentation can be found in that `Cargo.toml` as to why.
9 authors = ["The Rust Project Developers"]
18 # These options are controlled from our rustc wrapper script, so turn them off
19 # here and have them controlled elsewhere.
22 debug-assertions = false
25 test = { path = "../../libtest" }