Skip to content

Commit d781c2b

Browse files
committed
test(ultragraph): Added example correctly to Cargo.toml
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
1 parent 617fce2 commit d781c2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ultragraph/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ deep_causality_rand = { path = "../deep_causality_rand" }
2626
[[bench]]
2727
name = "bench_main"
2828
harness = false
29+
30+
[[example]]
31+
name = "ultraph_example"
32+
path = "examples/ultraph_example.rs"

0 commit comments

Comments
 (0)