summaryrefslogtreecommitdiff
path: root/systems/action/action_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/action/action_macros/Cargo.toml')
-rw-r--r--systems/action/action_macros/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/action/action_macros/Cargo.toml b/systems/action/action_macros/Cargo.toml
index 8b23191..0f209e2 100644
--- a/systems/action/action_macros/Cargo.toml
+++ b/systems/action/action_macros/Cargo.toml
@@ -8,7 +8,8 @@ proc-macro = true
[dependencies]
tcp_connection = { path = "../../../utils/tcp_connection" }
-string_proc = { path = "../../../utils/string_proc" }
+
+just_fmt = "0.1.2"
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"