@@ -26,6 +26,8 @@ members = [
2626
2727 " bootstrap-commands" ,
2828
29+ " bottlerocket-image-features" ,
30+
2931 " bottlerocket-release" ,
3032
3133 " brush" ,
@@ -69,6 +71,8 @@ members = [
6971
7072 " retry-read" ,
7173
74+ " rottweiler" ,
75+
7276 " updater/block-party" ,
7377 " updater/signpost" ,
7478 " updater/update_metadata" ,
@@ -85,6 +89,7 @@ members = [
8589apiclient = { version = " 0.1" , path = " api/apiclient" , default-features = false }
8690aws-smithy-experimental = { version = " 0.1" , path = " aws-smithy-experimental" }
8791block-party = { version = " 0.1" , path = " updater/block-party" }
92+ bottlerocket-image-features = { version = " 0.1" , path = " bottlerocket-image-features" }
8893bottlerocket-release = { version = " 0.1" , path = " bottlerocket-release" }
8994constants = { version = " 0.1" , path = " constants" }
9095datastore = { version = " 0.1" , path = " api/datastore" }
@@ -144,7 +149,9 @@ gptman = { version = "1", default-features = false }
144149handlebars = " 4"
145150h2 = " 0.4"
146151headers = " 0.4"
152+ hex = " 0.4"
147153hex-literal = " 0.4"
154+ hkdf = { version = " 0.12" , default-features = false }
148155http = " 0.2"
149156httparse = " 1"
150157httptest = " 0.15"
@@ -187,6 +194,7 @@ serde_json = "1"
187194serde_plain = " 1"
188195serde_yaml = " 0.9"
189196serde_repr = " 0.1"
197+ sha2 = " 0.10"
190198shell-words = " 1"
191199shlex = " 1"
192200signal-hook = " 0.3"
@@ -210,6 +218,7 @@ url = "2"
210218walkdir = " 2.5"
211219which = " 4"
212220zbus = { version = " 5.11" , default-features = false }
221+ zeroize = { version = " 1" , default-features = false }
213222zvariant = " 5.7"
214223x509-parser = " 0.16"
215224base64 = " 0.22"
0 commit comments