blob: 3c5adb589b06241a7c69ab7452b76a448907e094 [file] [log] [blame]
Mohammed Naserc581e722025-02-13 13:23:51 -05001[package]
2name = "rustainers"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7bollard = "0.18.1"
8bytes = "1.10.0"
9futures-util = "0.3.31"
10rand = "0.8"
11tar = "0.4.43"
12thiserror = "2.0.11"
13tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
14passwd = { path = "../passwd" }