
* no more shellscript * metadatas * clp * clippo * this language breaks everyday * stop * 2404? * purge rust * everything is broken * test * ci dead * aa * aa * remove broken shit * remove broken shit * broken shit * a * lol * aaaaa * AI fix * aa * aaa * yes? * a * FK * tmate * wtf who tf did this shit???? * aa * useless printlnt * for system too * unset first
23 lines
465 B
TOML
23 lines
465 B
TOML
[package]
|
|
name = "ci_runner"
|
|
edition = "2024"
|
|
authors = ["Dongjia Zhang <tokazerkje@outlook.com>"]
|
|
version.workspace = true
|
|
license.workspace = true
|
|
description = "libafl CI tools for testing fuzzers"
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
keywords = ["fuzzing", "testing", "security"]
|
|
categories = [
|
|
"development-tools::testing",
|
|
"emulators",
|
|
"embedded",
|
|
"os",
|
|
"no-std",
|
|
]
|
|
readme = "../README.md"
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|