copyup 0.1.0

Command line tool to download license files based on SPDX ids.
[package]
name = "copyup"
version = "0.1.0"
authors = ["Matthew Carey <matthew.b.carey@gmail.com>"]
edition = "2018"
license = "MIT"
license-file = "LICENSE"
description = "Command line tool to download license files based on SPDX ids."
readme = "README.md"
homepage = "https://github.com/swarley/copyup"
repository = "https://github.com/swarley/copyup"
keywords = ["cli", "spdx", "license"]
categories = ["command-line-utilities"]

[dependencies]
reqwest = "0.9.17"
serde = "1.0"
serde_json = "1.0"
strsim = "0.9.2"
clap = "2.31.2"