Can issue certificate for devices

This commit is contained in:
2024-07-01 22:24:03 +02:00
parent 9ba4aa5194
commit e64a444bd0
6 changed files with 181 additions and 41 deletions

View File

@ -28,4 +28,5 @@ actix-cors = "0.7.0"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
uuid = { version = "1.9.1", features = ["v4", "serde"] }
semver = { version = "1.0.23", features = ["serde"] }
semver = { version = "1.0.23", features = ["serde"] }
lazy-regex = "3.1.0"