diff options
author | HampusM <hampus@hampusmat.com> | 2024-04-11 17:50:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-04-11 17:50:54 +0200 |
commit | f18f020d38ab3d0ab6b290159dff34f7431d2fd2 (patch) | |
tree | cc47d578f1c4db869d38f8f84ff885a6d263d55d /ecs-macros/Cargo.toml | |
parent | e028d89e15fd219854cbd7122d63ebd2fa37d390 (diff) |
fix(ecs-macros): allow for using derive macros via the engine crate
Diffstat (limited to 'ecs-macros/Cargo.toml')
-rw-r--r-- | ecs-macros/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecs-macros/Cargo.toml b/ecs-macros/Cargo.toml index 792ca34..cf323fc 100644 --- a/ecs-macros/Cargo.toml +++ b/ecs-macros/Cargo.toml @@ -10,4 +10,5 @@ proc-macro = true quote = "1.0.35" syn = { version = "2.0.51", features = ["full"] } proc-macro2 = "1.0.78" +toml = "0.8.12" |