chore: initial commit for phase04
This commit is contained in:
@@ -12,6 +12,7 @@ prost-types = "0.13"
|
||||
|
||||
# Async runtime
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
|
||||
# Docker
|
||||
bollard = "0.18"
|
||||
@@ -35,5 +36,12 @@ thiserror = "2"
|
||||
# UUID
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
||||
# Async utils
|
||||
futures = "0.3"
|
||||
|
||||
# Filesystem
|
||||
tar = "0.4"
|
||||
flate2 = "1"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user