[package] name = "vcmd" version = "0.0.2" authors = ["vandijcksm@gmail.com"] license = "MIT" description = "A tool to generate Vim commands" readme = "README.md" homepage = "https://github.com/maxvandijck/vcmd" repository = "https://github.com/maxvandijck/vcmd" keywords = ["cli"] categories = ["command-line-utilities"] [dependencies] log = "0.4.19" rand = "0.8.5"