Skip to content

Commit

Permalink
Fixup manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 29, 2023
1 parent 61a185f commit 68bd23e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ readme = "README.md"
keywords = ["directory", "recursive", "walk", "iterator"]
categories = ["filesystem"]
license = "Unlicense/MIT"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
exclude = [".github", "compare", "walkdir-list"]
edition = "2018"

[badges]
travis-ci = { repository = "BurntSushi/walkdir" }
appveyor = { repository = "BurntSushi/walkdir" }

[workspace]
members = ["walkdir-list"]

Expand Down

0 comments on commit 68bd23e

Please sign in to comment.