Skip to content

Commit

Permalink
Add modded walkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejonah1200 committed Aug 17, 2023
1 parent 4c6fa1b commit cd39ec2
Show file tree
Hide file tree
Showing 12 changed files with 2,198 additions and 239 deletions.
144 changes: 133 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chumsky = {version = "1.0.0-alpha.4", features = ["label"]}
chumsky = { version = "1.0.0-alpha.4", features = ["label"] }
num-traits = "0.2"
# num-derive = "0.3"
regex = "1.9"
Expand All @@ -24,5 +24,9 @@ slotmap = "1.0.6"
ariadne = "0.3"
itertools = "0.11"
toml = "0.7.6"
walkdir = "2"
serde = { version = "1.0", features = ["derive"] }
jwalk = "0.8"
same-file = "1.0.1"

[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
Loading

0 comments on commit cd39ec2

Please sign in to comment.