dag_stripper 0.1.6

Given a DAG and a provided vertex, returns a new dag with all of the provided vertex occurences stripped out
Documentation
[package]
name = "dag_stripper"
version = "0.1.6"
authors = ["Quentin <ratajczyk.quentin@protonmail.com>"]
edition = "2018"
description = "Given a DAG and a provided vertex, returns a new dag with all of the provided vertex occurences stripped out"
license = "MIT"
repository = "https://github.com/L0v3l4c3/dag_stripper"

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

[dependencies]
clap = "2.33.3"