Skip to content

Commit 76056ce

Browse files
author
Joe Grund
committed
Fix Cargo stuff
Signed-off-by: Joe Grund <[email protected]>
1 parent efc4a1e commit 76056ce

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ resolver = "3"
66
version = "0.1.0"
77
edition = "2024"
88
license = "MIT"
9-
keywords = [
10-
"capture",
11-
"cli",
12-
"command-output",
13-
"integration-testing",
14-
"record",
15-
"replay",
16-
"testing",
17-
]
9+
keywords = ["cli", "command", "testing", "record", "replay"]
1810

1911
[workspace.dependencies]
2012
anyhow = "1"

commandeer-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ path = "src/main.rs"
1616
[dependencies]
1717
anyhow = { workspace = true }
1818
clap = { workspace = true }
19+
commandeer-test = { path = "../commandeer-test", version = "0.1.0" }
1920
tokio = { workspace = true, features = [
2021
"fs",
2122
"io-util",
2223
"macros",
2324
"process",
2425
"rt-multi-thread",
2526
] }
26-
commandeer-test = { path = "../commandeer-test" }

commandeer-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = { workspace = true }
2222
anyhow = { workspace = true }
2323
escargot = { workspace = true }
2424
tempfile = { workspace = true }
25-
commandeer-macros = { path = "../commandeer-macros" }
25+
commandeer-macros = { path = "../commandeer-macros", version = "0.1.0" }
2626

2727
[dev-dependencies]
2828
serial_test.workspace = true

0 commit comments

Comments
 (0)