eagle/Cargo.toml

18 lines
275 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"
tokio = { version = "1.38.0", features = ["sync"] }
2024-06-19 23:25:45 +02:00
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/mod.rs"