From 464d0f4831a4e67b4ec28ab2b41f6876802ac351 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 2 Jul 2019 14:11:58 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2b5cf1c54..1180aa24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ members = [ [[example]] name = "simple" +path = "examples/simple.rs" [[example]] name = "repl"