[package] name = "konpeito" version = "0.3.0" edition = "2021" description = "Personal key-value store CLI" authors = ["Madomado ", "Pornpipat Popum "] readme = "README.md" categories = [ "authentication", "command-line-utilities", "encoding", ] repository = "https://github.com/tau-OS/konpeito" license = "MIT" [[bin]] name = "konp" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.22.1" clap = { version = "4.5.4", features = ["derive"] } color-eyre = "0.6.3" keyring = "2.3.3" keyring-search = { version = "1.2.1", features = ["secret-service"] }