diff --git a/Cargo.toml b/Cargo.toml index 023a8d2..e1361b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,8 @@ portable-pty = "0.9.0" unshell = { path = "." } unshell-protocol = { path = "./unshell-protocol" } unshell-leaves = { path = "./unshell-leaves" } +unshell-macros = { path = "./unshell-macros" } + # ush-obfuscate = { path = "./ush-obfuscate" } # base62 = { path = "./base62" } @@ -58,7 +60,7 @@ thiserror = { workspace = true, optional = true } chrono = { workspace = true, optional = true } # ush-obfuscate = { workspace = true } static_init = { workspace = true } -unshell-macros = { path = "./unshell-macros" } +unshell-macros = { workspace = true } unshell-protocol = { workspace = true } unshell-leaves = { workspace = true } diff --git a/unshell-leaves/Cargo.toml b/unshell-leaves/Cargo.toml index 01491c1..7185df7 100644 --- a/unshell-leaves/Cargo.toml +++ b/unshell-leaves/Cargo.toml @@ -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]