feat: guest device management

This commit is contained in:
Alex Zenla
2024-04-24 22:12:58 -07:00
parent afbc0a88bd
commit ef57de819f
18 changed files with 564 additions and 46 deletions

View File

@ -24,9 +24,11 @@ log = { workspace = true }
prost = { workspace = true }
redb = { workspace = true }
scopeguard = { workspace = true }
serde = { workspace = true }
signal-hook = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
toml = { workspace = true }
krata-tokio-tar = { workspace = true }
tonic = { workspace = true, features = ["tls"] }
uuid = { workspace = true }