crosvm/common/cros-fuzz/Cargo.toml
Daniel Verkamp cdf33f9660 cros-fuzz: upgrade to rand_core 0.6
This is the version used by rand 0.8.x (and the latest available version
as of this writing), so this allows us to upgrade crosvm-fuzz to rand
0.8 as well.

BUG=b:236978141
TEST=tools/dev_container tools/run_tests --target=host
TEST=USE='asan fuzzer' emerge-amd64-generic crosvm

Change-Id: I297f6c17114b2b8e8f12d5dd9d35b071b91d6780
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3722780
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-06-30 23:22:39 +00:00

11 lines
218 B
TOML

[package]
name = "cros_fuzz"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
include = ["Cargo.toml", "src/*.rs"]
[dependencies]
rand_core = {version = "0.6", features = ["std"]}
[workspace]