summaryrefslogtreecommitdiff
path: root/rust/graph/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/graph/Cargo.toml')
-rw-r--r--rust/graph/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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 <kjetil.orbekk@gmail.com>"]
+
+[dependencies]
+itertools = "0.4.15"
+
+[[bin]]
+name = "graph"
+path = "graph.rs"