mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
12 lines
214 B
TOML
12 lines
214 B
TOML
[package]
|
|
name = "cargo-miri-test"
|
|
version = "0.1.0"
|
|
authors = ["Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.6.5"
|