feat: add uuid helper (#12500)

This commit is contained in:
jif-oai
2026-02-23 14:14:36 +00:00
committed by GitHub
parent cf0210bf22
commit 764ac9449f
3 changed files with 47 additions and 0 deletions

View File

@@ -7,5 +7,8 @@ license.workspace = true
[lints]
workspace = true
[dependencies]
regex-lite = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }