[package] name = "acyclic-graph" version = "0.1.0" authors = ["Quentin "] edition = "2018" description = "Directed acyclic graph" license = "MIT" repository = "https://github.com/L0v3l4c3/directed_acyclic_graph" [dependencies] fnv = "1"