]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
add Zulip site information
[rust.git] / Cargo.toml
index 375cb0aa35b0703fc8c716e1d45af22f5eb5bc0a..7580d140b55f7f403e3e1cbf2f3ae64cd380d774 100644 (file)
@@ -8,9 +8,6 @@ version = "0.1.0"
 default-run = "miri"
 edition = "2018"
 
-[workspace]
-members = ["cargo-miri"]
-
 [lib]
 test = true # we have unit tests
 doctest = false # but no doc tests
@@ -20,20 +17,14 @@ name = "miri"
 test = false # we have no unit tests
 doctest = false # and no doc tests
 
-[[bin]]
-name = "miri-rustc-tests"
-test = false # we have no unit tests
-doctest = false # and no doc tests
-required-features = ["rustc_tests"]
-
 [dependencies]
-getrandom = { version = "0.1.8", features = ["std"] }
-byteorder = "1.3"
+getrandom = { version = "0.2", features = ["std"] }
 env_logger = "0.7.1"
 log = "0.4"
 shell-escape = "0.1.4"
 hex = "0.4.0"
 rand = "0.7"
+smallvec = "1.4.2"
 
 # A noop dependency that changes in the Rust repository, it's a bit of a hack.
 # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
@@ -48,7 +39,4 @@ libc = "0.2"
 [dev-dependencies]
 compiletest_rs = { version = "0.5", features = ["tmp"] }
 rustc_version = "0.2.3"
-colored = "1.6"
-
-[features]
-rustc_tests = []
+colored = "2"