[package] name = "leet" version = "0.2.1" edition = "2021" authors = ["Adam Cox "] license = "MIT" description = "A tool to quickly create and open projects for LeetCode solutions" readme = "README.md" homepage = "https://github.com/adamjhc/leet" repository = "https://github.com/adamjhc/leet" keywords = ["cli", "leetcode"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.18", features = ["derive"] } regex = "1"