[package] name = "sn0int-common" version = "0.14.0" description = "sn0int - common code" authors = ["kpcyrd "] license = "GPL-3.0" repository = "https://github.com/kpcyrd/sn0int" edition = "2018" [dependencies] serde = { version = "1.0", features=["derive"] } #rocket_failure_errors = { path = "../../../rocket_failure/rocket_failure_errors" } rocket_failure_errors = "0.2" anyhow = "1.0" nom = "7.0" clap = { version = "4.3.11", features = ["derive"] }