rvn 0.2.0

A CLI tool for interacting with Maven repositories & artifacts
Documentation
[package]
name = "rvn"
version = "0.2.0"
authors = ["Sebastian Mandrean <sebastian.mandrean@gmail.com>"]
edition = "2018"
description = "A CLI tool for interacting with Maven repositories & artifacts"
license = "MIT"
repository = "https://github.com/mandrean/raven"
documentation = "https://docs.rs/rvn"
readme = "README.md"
keywords = ["maven", "mvn", "cli", "java", "pom"]

[dependencies]
clap = "2.33.0"
regex = "1"
reqwest = "0.9.17"
url = "1.7.2"

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
panic = "abort"