This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version = "0.0.0"
88dependencies = [
99 " rand" ,
1010 " rand_xorshift" ,
11+ " regex" ,
1112]
1213
1314[[package ]]
@@ -56,6 +57,31 @@ dependencies = [
5657 " rand_core" ,
5758]
5859
60+ [[package ]]
61+ name = " regex"
62+ version = " 1.11.1"
63+ source = " registry+https://github.com/rust-lang/crates.io-index"
64+ checksum = " b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
65+ dependencies = [
66+ " regex-automata" ,
67+ " regex-syntax" ,
68+ ]
69+
70+ [[package ]]
71+ name = " regex-automata"
72+ version = " 0.4.9"
73+ source = " registry+https://github.com/rust-lang/crates.io-index"
74+ checksum = " 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
75+ dependencies = [
76+ " regex-syntax" ,
77+ ]
78+
79+ [[package ]]
80+ name = " regex-syntax"
81+ version = " 0.8.5"
82+ source = " registry+https://github.com/rust-lang/crates.io-index"
83+ checksum = " 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
84+
5985[[package ]]
6086name = " syn"
6187version = " 2.0.98"
Original file line number Diff line number Diff line change 11[toolchain]
2- channel = "nightly-2025-03-12 "
2+ channel = "nightly-2025-03-18 "
33components = ["rust-src", "rustc-dev", "llvm-tools"]
44profile = "minimal"
You can’t perform that action at this time.
0 commit comments