[package] name = "urlcode" version = "0.1.0" description = "Convinience tool for managing urls from the command line" authors = ["George Tsiamasiotis "] license = "MIT" repository = "https://github.com/gtsiam/urlcode" edition = "2018" readme = "README.md" [dependencies] structopt = "0.3" percent-encoding = "2.1"