diff options
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index ba31a1d..618dd48 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -5,7 +5,9 @@ edition = "2021" [dependencies] seq-macro = "0.3.5" +paste = "1.0.14" ecs-macros = { path = "../ecs-macros" } +util-macros = { path = "../util-macros" } [build-dependencies] quote = "1.0.35" |