[package] name = "asdf" version = "0.1.0" authors = ["Anthony Nguyen "] description = "A command line snippet manager" homepage = "https://github.com/anthonynguyen/asdf" repository = "https://github.com/anthonynguyen/asdf" readme = "README.md" keywords = ["cli"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" [dependencies] clap = "2" serde = "0.9.13" serde_derive = "0.9.13" serde_json = "0.9.10"