Skip to content

Commit

Permalink
Verity signing support
Browse files Browse the repository at this point in the history
  • Loading branch information
jiria committed Dec 18, 2024
1 parent baa7759 commit 3cb7153
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 191 deletions.
6 changes: 5 additions & 1 deletion src/tardev-snapshotter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ devicemapper = "0.33.1"
anyhow = "=1.0.58"
zerocopy = "0.6.1"
uuid = { version = "1.0", features = ["v4"] }
nix = "0.24.2"
nix = "0.24.2"

# YAML file serialization/deserialization.
serde = { version = "1.0.159", features = ["derive"] }
hex = { version = "0.4.3" }
Loading

0 comments on commit 3cb7153

Please sign in to comment.