[package] name = "sendenv" version = "0.1.0" description = "Quickly and securely share `.env` files using 1Password" edition = "2021" license = "MIT" repository = "https://github.com/juliangra/sendenv" readme = "README.md" authors=["juliangra"] categories = ["development-tools", "config", "authentication"] keywords = ["env", "share", "1Password", "cli", "secrets"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1", features = ["derive"] } arboard = {version = "3.4"}