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