Skip to content

Commit 99a5a05

Browse files
committedDec 4, 2024
Add Regex dependency
1 parent 2b610ce commit 99a5a05

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
 

‎Cargo.lock

Lines changed: 39 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ test_lib = []
2525
chrono = { version = "0.4.38", optional = true }
2626
dhat = { version = "0.3.3", optional = true }
2727
pico-args = "0.5.0"
28+
regex = "1.11.1"
2829
tinyjson = "2.5.1"
2930

3031
# Solution dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.