Skip to content

Commit

Permalink
Continue working on regex stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Sep 29, 2024
1 parent 8ca919d commit fe46a3a
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 103 deletions.
102 changes: 44 additions & 58 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ publish.workspace = true
[dependencies]
ahash = "0.8"
aneri-core = { path = "../core" }
meowtonin = { workspace = true }
lru = "0.12"
meowtonin = { workspace = true }
parking_lot = { workspace = true }
regex = "1"
serde = { version = "1", features = ["derive"] }
slotmap = { workspace = true }
Loading

0 comments on commit fe46a3a

Please sign in to comment.