Dongjia "toka" Zhang ecaa013263
Replace parallellize_cargo_check.py with Rust code (#3217)
* ci_splitter

* clpo

* FIX

* aa
2025-05-12 18:01:21 +02:00

23 lines
467 B
TOML

[package]
name = "ci_splitter"
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