about summary refs log tree commit diff
path: root/custom_mutators/rust/custom_mutator-sys/Cargo.toml
blob: e38c972e5904cbddc20f0fcb0b4f61f0f37744ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "custom_mutator-sys"
version = "0.1.1"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
bindgen = "0.63"