[package] name = "aia" version = "0.0.0-alpha.1" edition = "2021" description = "Attack Incident Analysis Report Generator" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.10" aoko = "0.3.0-alpha.1" clap = { version = "3", features = ["derive"] }