feat: add run_backup_container skeleton
This commit is contained in:
parent
1f194ca7f1
commit
d0afb2955b
5 changed files with 299 additions and 27 deletions
|
|
@ -11,4 +11,5 @@ serde_yml = "0.0.12"
|
|||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "std"] }
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue