eagle/Cargo.toml

14 lines
177 B
TOML
Raw Normal View History

2024-06-19 23:25:45 +02:00
[package]
name = "eagle"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
[dependencies]
proc-macro2 = "1.0.85"
quote = "1.0.36"
syn = "2.0.66"
[lib]
proc-macro = true