Skip to content

Commit

Permalink
feat(gadget-sdk): add utilities for interacting with Docker (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Oct 25, 2024
1 parent 33e6d27 commit 32c8a99
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ auto_impl = "1.2.0"
backon = { version = "1.2.0", default-features = false }
bincode = "1.3.3"
bip39 = "2.1.0"
bollard = "0.16.1"
cargo-generate = { version = "0.21.3", default-features = false }
cfg-if = "1.0.0"
clap = "4.5.16"
Expand Down
1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license.workspace = true

[dependencies]
auto_impl = { workspace = true }
bollard = { workspace = true }
elliptic-curve = { workspace = true, features = ["alloc", "sec1"] }
getrandom = { workspace = true, optional = true }
hex = { workspace = true, features = ["alloc"] }
Expand Down
Loading

0 comments on commit 32c8a99

Please sign in to comment.