Skip to content

Commit 7b51f78

Browse files
committed
wip
1 parent 28019d8 commit 7b51f78

File tree

8 files changed

+386
-448
lines changed

8 files changed

+386
-448
lines changed

Cargo.lock

Lines changed: 21 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = "2021"
77

88
[dependencies]
99
clean-path = "0.2.1"
10-
dashmap = "5.4.0"
1110
fancy-regex = "0.11.0"
1211
lazy_static = "1.4.0"
1312
libdeflater = "0.12.0"
@@ -16,11 +15,9 @@ path-slash = "0.2.1"
1615
pathdiff = "0.2.1"
1716
radix_trie = "0.2.1"
1817
regex = "1.7.1"
19-
relative-path = { version = "1.7.3", features = ["serde"] }
2018
serde = { version = "1.0.152", features = ["derive"] }
2119
serde_json = "1.0.93"
22-
serde_regex = "1.1.0"
2320
serde_with = "2.2.0"
24-
simple-error = "0.3.0"
21+
thiserror = "1.0.39"
2522
zip = { version = "0.6.2", default-features = false }
2623

0 commit comments

Comments
 (0)