@@ -7,6 +7,7 @@ edition = "2021"
77
88[dependencies ]
99anyhow = " 1.0.75"
10+ eyre = " 0.6"
1011camino = " 1.1.6"
1112chrono = { version = " 0.4.30" , features = [" serde" ] }
1213clap = { version = " 4.4.2" , features = [" derive" , " env" ] }
@@ -16,6 +17,14 @@ difference = "2.0"
1617dirs-next = " 2.0.0"
1718home = " 0.5.5"
1819indexmap = { version = " 2.2.5" , features = [" serde" ] }
20+ indicatif = " 0.17"
21+ bollard = { version = " 0.19.1" , features = [" buildkit" ] }
22+ futures-util = " 0.3"
23+ bytes = " 1.0"
24+ tokio-util = { version = " 0.7" , features = [" io" ] }
25+ hyper = { version = " 0.14" , features = [" stream" ] }
26+ tar = " 0.4"
27+ http-body-util = " 0.1"
1928oauth2 = " 4.4.2"
2029once_cell = " 1.18.0"
2130reqwest = { version = " 0.11.20" , features = [" json" ] }
@@ -25,10 +34,12 @@ serde_json = { version = "1.0.114", features = ["preserve_order"] }
2534serde_yaml = " 0.9.25"
2635tabled = " 0.14.0"
2736tempfile = " 3.10.1"
37+ bytesize = " 1.3"
2838term = " 0.7.0"
2939thiserror = " 1.0.48"
3040time = { version = " 0.3.36" , features = [" serde" , " serde-well-known" ] }
3141tiny_http = " 0.12.0"
42+ tokio = { version = " 1" , features = [" full" ] }
3243tracing = " 0.1.37"
3344tungstenite = { git = " https://github.com/snapview/tungstenite-rs" , rev = " 0fa4197" , features = [
3445 " native-tls" ,
@@ -40,3 +51,6 @@ version = "0.10"
4051features = [
4152 " vendored"
4253]
54+
55+ [patch .crates-io ]
56+ bollard = { git = " https://github.com/molnett/bollard" , branch = " mk/add_load_image" }
0 commit comments