Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = [
"tools/testsys-config",
"tools/unplug",
"tools/update-metadata",
"tools/advisory-checker",

"twoliter",
"twoliter/src/tool-crates/*",
Expand Down Expand Up @@ -53,6 +54,7 @@ pre-build = [
]

[workspace.dependencies]
advisory-checker = { version = "0.1", path = "tools/advisory-checker", artifact = [ "bin:advisory-checker" ] }
amispec = { version = "0.1", path = "tools/amispec" }
bottlerocket-types = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
bottlerocket-variant = { version = "0.1", path = "tools/bottlerocket-variant" }
Expand All @@ -75,6 +77,7 @@ testsys-config = { version = "0.1", path = "tools/testsys-config" }
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }

twoliter = { version = "0.15.1", path = "twoliter", artifact = [ "bin:twoliter" ] }
twoliter-tool-advisory-checker = { version = "0.1", path = "twoliter/src/tool-crates/advisory-checker" }
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }
twoliter-tool-pipesys = { version = "0.1", path = "twoliter/src/tool-crates/pipesys" }
Expand Down Expand Up @@ -133,6 +136,7 @@ nix = "0.30"
nonzero_ext = "0.3"
num_cpus = "1"
num-traits = "0.2"
nutype = "0.6"
once_cell = "1.21"
olpc-cjson = "0.1"
proc-macro2 = "1"
Expand Down
2 changes: 2 additions & 0 deletions tests/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ libc.workspace = true
lzma-rs.workspace = true
once_cell.workspace = true
rand.workspace = true
regex.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand All @@ -19,4 +20,5 @@ tempfile.workspace = true
tokio = { workspace = true, features = ["fs", "process", "rt-multi-thread"] }
toml.workspace = true
twoliter = { workspace = true }
advisory-checker = { workspace = true }
which.workspace = true
Loading
Loading