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
+3 -1
View File
@@ -31,6 +31,8 @@ portable-pty = "0.9.0"
unshell = { path = "." } unshell = { path = "." }
unshell-protocol = { path = "./unshell-protocol" } unshell-protocol = { path = "./unshell-protocol" }
unshell-leaves = { path = "./unshell-leaves" } unshell-leaves = { path = "./unshell-leaves" }
unshell-macros = { path = "./unshell-macros" }
# ush-obfuscate = { path = "./ush-obfuscate" } # ush-obfuscate = { path = "./ush-obfuscate" }
# base62 = { path = "./base62" } # base62 = { path = "./base62" }
@@ -58,7 +60,7 @@ thiserror = { workspace = true, optional = true }
chrono = { workspace = true, optional = true } chrono = { workspace = true, optional = true }
# ush-obfuscate = { workspace = true } # ush-obfuscate = { workspace = true }
static_init = { workspace = true } static_init = { workspace = true }
unshell-macros = { path = "./unshell-macros" } unshell-macros = { workspace = true }
unshell-protocol = { workspace = true } unshell-protocol = { workspace = true }
unshell-leaves = { workspace = true } unshell-leaves = { workspace = true }
+1 -1
View File
@@ -12,7 +12,7 @@ leaf_tui = []
[dependencies] [dependencies]
rkyv = { workspace = true } rkyv = { workspace = true }
portable-pty = { workspace = true, optional = true } portable-pty = { workspace = true, optional = true }
unshell-macros = { path = "../unshell-macros" } unshell-macros = { workspace = true }
unshell-protocol = { workspace = true } unshell-protocol = { workspace = true }
[lints.rust] [lints.rust]