refactor: move spawn_vm out of worker into provisioner
feat: spawn vm params to settings
This commit is contained in:
@ -13,4 +13,5 @@ sqlx = { version = "0.8.2", features = ["chrono", "migrate", "runtime-tokio"] }
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
serde_with = { version = "3.11.0", features = ["macros", "hex"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
async-trait = "0.1.83"
|
||||
async-trait = "0.1.83"
|
||||
url = "2.5.4"
|
Reference in New Issue
Block a user