This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented ctl subcommand for wash * changed wascc gh org to wasmcloud * Bumped version number, implemented actor and provider auctions
- Loading branch information
1 parent
3d979c4
commit 9e65f7a
Showing
5 changed files
with
598 additions
and
32 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,10 +1,10 @@ | ||
[package] | ||
name = "wash-cli" | ||
version = "0.1.10" | ||
version = "0.1.11" | ||
authors = ["Brooks Townsend <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/wascc/wash" | ||
description = "waSCC Shell (wash) CLI tool" | ||
repository = "https://github.com/wasmcloud/wash" | ||
description = "wasmCloud Shell (wash) CLI tool" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
keywords = ["webassembly", "wasmcloud", "wash"] | ||
|
@@ -25,8 +25,8 @@ log = "0.4.11" | |
crossterm = "0.18.2" | ||
unicode-width = "0.1.8" | ||
tokio = { version = "0.2.0" } | ||
nats = "0.8.5" | ||
spinners = "1.2.0" | ||
nats = "0.8.6" | ||
|
||
nkeys = "0.0.11" | ||
latticeclient = "0.4.0" | ||
|
@@ -35,6 +35,7 @@ term-table = "1.3.0" | |
provider-archive = "0.3.0" | ||
once_cell = "1.5.2" | ||
oci-distribution = { git = "https://github.com/brooksmtownsend/krustlet", branch = "oci-push" } | ||
control-interface = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main"} | ||
wasmcloud-host = { git = "https://github.com/wasmcloud/wasmcloud", branch = "main" } | ||
|
||
|
||
|
Oops, something went wrong.