Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit e8cf28b

Browse files
author
Pat Hickey
committed
test-programs-macros is called test-programs now
1 parent 157fe76 commit e8cf28b

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

test-programs/Cargo.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ version = "0.0.0"
44
edition = "2021"
55
publish = false
66

7+
[lib]
8+
proc-macro = true
9+
doctest = false
10+
test = false
11+
712
[dependencies]
8-
getrandom = "0.2.8"
9-
rustix = "0.37.9"
10-
cap-std = "1.0.12"
11-
wit-bindgen = { workspace = true, default-features = true }
13+
quote = "1.0"
14+
15+
[build-dependencies]
16+
wit-component = { git = "https://github.com/bytecodealliance/wasm-tools", rev = "b17fc48a23152735bafd8f7ee95e3b55683d9511" }
17+
cargo_metadata = "0.15.3"
18+
heck = "0.4.0"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "command-tests"
3+
version = "0.0.0"
4+
edition = "2021"
5+
publish = false
6+
7+
[dependencies]
8+
getrandom = "0.2.8"
9+
rustix = "0.37.9"
10+
cap-std = "1.0.12"
11+
wit-bindgen = { workspace = true, default-features = true }

test-programs/macros/Cargo.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)