[package] name = "grafos-tools" version = "0.1.0" edition = "2021" description = "Graph Theory Package. Create, manipulate and run algorithms on graphs." license = "GPL-3.0-only" [dependencies] thiserror = "1.0.66"