Skip to content

Commit

Permalink
Remove the dependency on pbjson to facilitate the transition to bazel
Browse files Browse the repository at this point in the history
Bug: 351201245
Change-Id: I7e87d8db82f2022a0cc2ffd64bf35acecccc64b6
  • Loading branch information
jul-sh committed Jul 15, 2024
1 parent 7e2b342 commit e95a37e
Show file tree
Hide file tree
Showing 13 changed files with 824 additions and 228 deletions.
Binary file modified .xtask_bash_completion.zwc
Binary file not shown.
37 changes: 2 additions & 35 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions oak_attestation_explain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ license = "Apache-2.0"
[dependencies]
anyhow = { version = "*", default-features = false }
hex = { version = "*", default-features = false, features = ["alloc"] }
oak_proto_rust = { workspace = true, features = ["json"] }
oak_proto_rust = { workspace = true }
sha2 = { version = "*", default-features = false }
zerocopy = { version = "*", features = ["derive"] }
base64 = { version = "*" }
serde = { version = "*" }
serde_yaml = { version = "*" }
serde_json = { version = "*" }

[dev-dependencies]
prost = { workspace = true, default-features = false, features = [
Expand Down
Loading

0 comments on commit e95a37e

Please sign in to comment.