dag_stripper 0.1.0

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.0"
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"

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

[dependencies]
clap = "2.33.3"