nessus-cli 0.1.0

CLI for launching Nessus scans using the nessus-launcher library.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nessus-cli"
version = "0.1.0"
edition = "2024"
authors = ["Alex Wang <alexw216@gmail.com"]
description = "CLI for launching Nessus scans using the nessus-launcher library."
license = "MIT"
repository = "https://github.com/alexw216/nessus-launcher"
readme = "README.md"

[dependencies]
nessus-launcher = "0.1.0"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber = "0.3"
dotenvy = "0.15"