Move bytecount to dev-dependencies (#1090)

It is only used in test code
This commit is contained in:
R. Elliott Childre 2023-02-23 07:52:43 -05:00 committed by GitHub
parent 9e88e5734e
commit 64a57ad3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,8 @@ rustversion = "1.0"
[dev-dependencies]
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
serial_test = "1"
# clippy-suggested optimised byte counter
bytecount = "0.6.3"
[dependencies]
libafl_derive = { version = "0.9.0", optional = true, path = "../libafl_derive" }
@ -100,8 +102,6 @@ z3 = { version = "0.11", features = ["static-link-z3"], optional = true } # for
pyo3 = { version = "0.17", optional = true, features = ["serde", "macros"] }
concat-idents = { version = "1.1.3", optional = true }
# clippy-suggested optimised byte counter
bytecount = "0.6.3"
# AGPL
# !!! this create requires nightly