Skip to content

Commit

Permalink
move examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrosenthal committed May 22, 2020
1 parent 95b3d68 commit 7b59c65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

File renamed without changes.
File renamed without changes.

0 comments on commit 7b59c65

Please sign in to comment.