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