mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
unshell-macros is now a workspace dependency
This commit is contained in:
+3
-1
@@ -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 }
|
||||||
|
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user