From 3f2c8b0321a56dca9338058a6a612bb1b79c0b36 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 9 Jun 2016 20:49:53 -0400 Subject: Graph representation in rust. --- rust/graph/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rust/graph/Cargo.toml (limited to 'rust/graph/Cargo.toml') diff --git a/rust/graph/Cargo.toml b/rust/graph/Cargo.toml new file mode 100644 index 0000000..adabedc --- /dev/null +++ b/rust/graph/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "graph" +version = "0.1.0" +authors = ["Kjetil Orbekk "] + +[dependencies] +itertools = "0.4.15" + +[[bin]] +name = "graph" +path = "graph.rs" -- cgit v1.2.3