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",
|
"log",
|
||||||
"rand",
|
"rand",
|
||||||
"reconcile",
|
"reconcile",
|
||||||
|
"regex",
|
||||||
"sanitize-filename",
|
"sanitize-filename",
|
||||||
"schemars",
|
"schemars",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ tracing = "0.1.41"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
sanitize-filename = "0.6.0"
|
sanitize-filename = "0.6.0"
|
||||||
axum-jsonschema = { version = "0.8.0", features = ["aide"] }
|
axum-jsonschema = { version = "0.8.0", features = ["aide"] }
|
||||||
|
regex = "1.11.1"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue