From f18f020d38ab3d0ab6b290159dff34f7431d2fd2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 11 Apr 2024 17:50:34 +0200 Subject: fix(ecs-macros): allow for using derive macros via the engine crate --- ecs-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ecs-macros/Cargo.toml') 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" -- cgit v1.2.3-18-g5258