Skip to content

Commit 402f01c

Browse files
committed
fix(cli): correct macros path
1 parent 5a64d76 commit 402f01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ torii-sqlite-types.workspace = true
1818
url.workspace = true
1919
merge-options.workspace = true
2020
torii-proto.workspace = true
21-
torii-cli-macros = { path = \"../cli-macros\" }
21+
torii-cli-macros = { path = "../cli-macros" }
2222

2323
[dev-dependencies]
2424
assert_matches.workspace = true

0 commit comments

Comments
 (0)