forked from wasmCloud/wasmCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wash par implementation (wasmCloud#4)
* Migrated functionality for claims from wascap crate * Migrated functionality for keys from nkeys crate * Migrated functionality for lattice from latticeclient crate * Updated CLI to support keys, claims, and lattice commands * Added par subcommand, created ability for auto-generating keys during par signing * pinned dependencies, beautified wash par inspect output, updated par README * Bumped version * created result error type for par module * changed generated message Co-authored-by: Brooks Townsend <[email protected]>
- Loading branch information
1 parent
85fc686
commit c215ff2
Showing
6 changed files
with
476 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wash" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Brooks Townsend <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/wascc/wash" | ||
|
@@ -24,3 +24,4 @@ nkeys = "0.0.11" | |
latticeclient = "0.4.0" | ||
wascap = "0.5.1" | ||
term-table = "1.3.0" | ||
provider-archive = "0.1.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.