releaser 0.4.2

Workspace releasing tool. All crates from workspace will be released on crates.io
Documentation
[package]
name = "releaser"
version = "0.4.2"
description = "Workspace releasing tool. All crates from workspace will be released on crates.io"
authors = ["egoroff <egoroff@gmail.com>"]
license = "MIT"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
semver = "1"
toml = "0.5"
toml_edit = "0.3"
serde = { version = "1.0", features = ["derive"] }
vfs = "0.5"
clap = "2"
petgraph = "0.6"
ansi_term = "0.12"