Skip to content

Commit

Permalink
Merge pull request #10 from jacobrosenthal/examples
Browse files Browse the repository at this point in the history
move examples
  • Loading branch information
laptou authored May 26, 2020
2 parents 95b3d68 + 7b59c65 commit e93cbf3
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 e93cbf3

Please sign in to comment.