[package] name = "bofh-cli" version = "0.0.1" edition = "2021" description = "Command-line client for the Cerebrum IGA" license = "MIT" repository = "https://github.com/tobiasvl/bofh-rs/tree/main/bofh-cli" categories = ["command-line-utilities"] [dependencies] rustyline = "9.1" clap = { version = "3.1", features = ["derive"] } whoami = "1.2" rpassword = "6.0" bofh = { version = "0.0.1", path = "../bofh" }