Skip to content

Commit

Permalink
Rename verifier command to verifier-cli.
Browse files Browse the repository at this point in the history
This is intended to make room for a library called `verifier` to host
the verifier library.
  • Loading branch information
flihp committed Dec 23, 2023
1 parent 96b19dc commit afb06ff
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
"dice-mfg",
"dice-mfg-msgs",
"yhsm-audit",
"verifier",
"verifier-cli",
]
resolver = "2"

Expand Down
4 changes: 2 additions & 2 deletions verifier/Cargo.toml → verifier-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "verifier"
name = "verifier-cli"
version = "0.1.0"
edition = "2021"
description = "A CLI tool for interacting with the Hubris attest task."
description = "A CLI tool for getting and verifying attestations from the RoT."
license = "MPL-2.0"

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit afb06ff

Please sign in to comment.