Add regex crate
This commit is contained in:
parent
4ed2095fd6
commit
1f4ea3091a
2 changed files with 2 additions and 0 deletions
1
backend/Cargo.lock
generated
1
backend/Cargo.lock
generated
|
|
@ -2441,6 +2441,7 @@ dependencies = [
|
|||
"log",
|
||||
"rand",
|
||||
"reconcile",
|
||||
"regex",
|
||||
"sanitize-filename",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ tracing = "0.1.41"
|
|||
rand = "0.8.5"
|
||||
sanitize-filename = "0.6.0"
|
||||
axum-jsonschema = { version = "0.8.0", features = ["aide"] }
|
||||
regex = "1.11.1"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue