commit a63fa9f681728f9fe0de67d5784c46cd7c6b8b1d parent 26a3182fd738b7eedd5b72661387020274966834 Author: bamlin <b.amling@tarent.de> Date: Fri, 31 May 2019 20:55:57 +0200 added positions example to Cargo.toml Diffstat:
M | Cargo.toml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -25,3 +25,7 @@ path = "examples/basic.rs" name = "hierarchy" path = "examples/hierarchy.rs" +[[example]] +name = "positions" +path = "examples/positions.rs" +