faster validate_id
This commit is contained in:
+8
-1
@@ -7,4 +7,11 @@ edition = "2024"
|
||||
axum = { version = "0.8.9", features = ["multipart", ] }
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
rand = "0.10.1"
|
||||
tower-http = {version = "0.6.6", features = ["cors", "trace"]}
|
||||
tower-http = {version = "0.7.0", features = ["cors", "trace"]}
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.8.2", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "validate_id"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user