libnyx-fork/acat/Cargo.toml
Sergej Schumilo 34679b90dc Initial Release of Nyx
Co-authored-by: Cornelius Aschermann <cornelius@hexgolems.com>
2021-11-14 21:59:03 +01:00

13 lines
292 B
TOML

[package]
name = "acat"
version = "0.1.0"
authors = ["Sergej Schumilo <sergej@schumilo.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fuzz_runner={path="../fuzz_runner"}
colored = "2.0.0"
clap="2.33.0"