diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-21 17:55:20 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-21 17:55:20 +0200 |
| commit | 8022e8998290b067b8aa0cb9cba8ba410826bdab (patch) | |
| tree | 7171e79ce530e03079046ee8fd12167160c45480 /engine-ecs-macros/Cargo.toml | |
| parent | 412cee02c252f91bcf0b70a3f5cc5fca6d2b4c62 (diff) | |
Diffstat (limited to 'engine-ecs-macros/Cargo.toml')
| -rw-r--r-- | engine-ecs-macros/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engine-ecs-macros/Cargo.toml b/engine-ecs-macros/Cargo.toml new file mode 100644 index 0000000..3a2e27b --- /dev/null +++ b/engine-ecs-macros/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "engine-ecs-macros" +version = "0.1.0" +edition = "2021" + +[lib] +proc-macro = true + +[dependencies] +quote = "1.0.35" +syn = { version = "2.0.51", features = ["full"] } +proc-macro2 = "1.0.78" +toml = "0.8.12" + |
