[package] name = "regiter_secrets" version = "0.1.0" edition = "2021" license = "MIT" description = "A simple command line tool to register secrets for MitamatchOperations" repository = "https://github.com/loliGothicK/register_secrets" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.1", features = ["derive"] } regex = "1.10.3"