diff --git a/Cargo.toml b/Cargo.toml index 78e0519..cf020a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,11 @@ async-std = { version = "1.4", features = ["attributes"] } [[bin]] name = "discover" -path = "src/example/discover.rs" +path = "examples/discover.rs" doc = false [[bin]] name = "list" -path = "src/example/list.rs" +path = "examples/list.rs" doc = false diff --git a/src/example/discover.rs b/examples/discover.rs similarity index 100% rename from src/example/discover.rs rename to examples/discover.rs diff --git a/src/example/list.rs b/examples/list.rs similarity index 100% rename from src/example/list.rs rename to examples/list.rs