unshell-macros is now a workspace dependency

This commit is contained in:
Michael Mikovsky
2026-04-26 13:02:53 -06:00
parent 4f8835bd25
commit 990be30232
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ leaf_tui = []
[dependencies]
rkyv = { workspace = true }
portable-pty = { workspace = true, optional = true }
unshell-macros = { path = "../unshell-macros" }
unshell-macros = { workspace = true }
unshell-protocol = { workspace = true }
[lints.rust]