mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
11 lines
No EOL
137 B
TOML
Executable file
11 lines
No EOL
137 B
TOML
Executable file
[package]
|
|
name = "component_derive"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
quote = "1.0" |