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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/graph/Cargo.toml b/rust/graph/Cargo.toml
index eb0841b..1cd21d8 100644
--- a/rust/graph/Cargo.toml
+++ b/rust/graph/Cargo.toml
@@ -13,3 +13,7 @@ path = "graph.rs"
[[bin]]
name = "graph2"
path = "graph2.rs"
+
+[[bin]]
+name = "unfold"
+path = "unfold.rs"