[package] name = "psc" version = "0.1.0" edition = "2021" authors = ["gpskwlkr"] license = "MIT" repository = "https://github.com/gpskwlkr/rs-paste" readme = "README.md" description = "Pastebin CLI tool" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.2", features = ["derive"] }