mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
15 lines
238 B
TOML
Executable file
15 lines
238 B
TOML
Executable file
[package]
|
|
description = "Azalea ECS Macros"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
name = "azalea-ecs-macros"
|
|
version = "0.6.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "1.0"
|
|
toml = "0.7.0"
|