FRET-LibAFL/utils/deexit/Cargo.toml
Dominik Maier 9dfc6aa404
CI and fixes for arm32 no_std build (#511)
* arm32 no_std fixes and clippy

* moved criterion to benches crate

* benches no longer live here
2022-02-01 00:57:58 +01:00

12 lines
221 B
TOML

[package]
name = "deexit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[lib]
name = "deexit"
crate-type = ["cdylib"]