figsoda
2023-08-09 16:50:11 -04:00
parent 697d536087
commit 46a69716f5
2 changed files with 36 additions and 3 deletions
+33
View File
@@ -3728,6 +3728,39 @@ dependencies = [
"winapi",
]
[[package]]
name = "wit"
version = "0.1.0"
dependencies = [
"anyhow",
"assert_cmd",
"bytes",
"cargo-component-core",
"clap",
"futures",
"indexmap 2.0.0",
"log",
"p256",
"predicates",
"pretty_env_logger",
"rand_core",
"rpassword",
"semver",
"serde",
"tokio",
"tokio-util",
"toml_edit",
"url",
"warg-client",
"warg-crypto",
"warg-protocol",
"warg-server",
"wasm-metadata 0.10.1",
"wasmparser 0.110.0",
"wit-component 0.13.1",
"wit-parser",
]
[[package]]
name = "wit-bindgen"
version = "0.9.0"
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage {
pname = "cargo-component";
version = "unstable-2023-07-28";
version = "unstable-2023-08-03";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "cargo-component";
rev = "b58f10c867f666c1c799b766fb8cd1941ede8ed7";
hash = "sha256-BwrbenOg+Q6BAy/Mn8AHB0VvvIZ0cYvq4r791QEFTdo=";
rev = "d14cef65719d0d186218d1dfe5f04bbbf295dc80";
hash = "sha256-dFaboXF5NXPE2xcJWanyP5WYpqJBq+xKpi6snNfIWJg=";
};
cargoLock = {