[package] name = "certtoolpf" version = "0.1.0" edition = "2021" description = "Command-line tool for creating e3pf certificates" license = "GPL-3.0-or-later" documentation = "https://git.e3t.cc/~core/e3pf" homepage = "https://git.e3t.cc/~core/e3pf" repository = "https://git.e3t.cc/~core/e3pf" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] inquire = "0.6.1" libepf = { version = "0.1.0", path = "../libepf" } clap = { version = "4", features = ["derive", "cargo"] } rand = "0.8.5"