[package] name = "ports" version = "0.1.0" authors = ["Till Wegmueller "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.59" clap = {version = "3.2.16", features = [ "derive", "env" ] } specfile = {path = "../specfile"} shellexpand = "2.1.2" url = { version = "2.2.2", features = ["serde"]} reqwest = { version = "0.11", features = ["blocking"] } which = "4.3.0" libips = {path = "../libips"} thiserror = "*"