Skip to content

Commit

Permalink
hakari generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Oct 11, 2024
1 parent a03ab9a commit aa27f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ crossbeam-utils = { version = "0.8.19" }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
dropshot = { version = "0.12.0", default-features = false, features = ["usdt-probes"] }
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }
either = { version = "1.13.0" }
Expand Down Expand Up @@ -86,6 +87,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] }
quote = { version = "1.0.37" }
regex = { version = "1.10.6" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand Down Expand Up @@ -150,6 +152,7 @@ crossbeam-utils = { version = "0.8.19" }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
dropshot = { version = "0.12.0", default-features = false, features = ["usdt-probes"] }
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }
either = { version = "1.13.0" }
Expand Down Expand Up @@ -196,6 +199,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "3.1.2" }
proc-macro2 = { version = "1.0.86" }
qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] }
quote = { version = "1.0.37" }
regex = { version = "1.10.6" }
regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand Down

0 comments on commit aa27f36

Please sign in to comment.