add nproc, update rollback, s3 (WIP)
This commit is contained in:
parent
6d215292bd
commit
73d5cdd171
8 changed files with 1962 additions and 59 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "silserv"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
authors = ["pakin"]
|
||||
description = "Container manager service for testing"
|
||||
|
|
@ -8,7 +8,10 @@ description = "Container manager service for testing"
|
|||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
async-trait = "0.1.88"
|
||||
aws-config = { version = "1.8.5", features = ["behavior-version-latest"] }
|
||||
aws-sdk-s3 = "1.103.0"
|
||||
axum = "0.8.4"
|
||||
base64 = "0.22.1"
|
||||
bollard = "0.19.2"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
clap = { version = "4.5.43", features = ["derive"] }
|
||||
|
|
@ -20,6 +23,7 @@ regex = "1.11.1"
|
|||
reqwest = { version = "0.12.22", features = ["json"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
sha2 = "0.10.9"
|
||||
sled = "0.34.7"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue