mirror of
https://github.com/danbulant/mangui
synced 2026-06-20 14:51:11 +00:00
13 lines
No EOL
245 B
TOML
13 lines
No EOL
245 B
TOML
[package]
|
|
name = "rusalka-macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
|
|
[lib]
|
|
proc-macro = true |