blob: 3c5adb589b06241a7c69ab7452b76a448907e094 [file] [log] [blame] [edit]
[package]
name = "rustainers"
version = "0.1.0"
edition = "2021"
[dependencies]
bollard = "0.18.1"
bytes = "1.10.0"
futures-util = "0.3.31"
rand = "0.8"
tar = "0.4.43"
thiserror = "2.0.11"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
passwd = { path = "../passwd" }