eagle/Cargo.toml

18 lines
275 B
TOML

[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"] }
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/mod.rs"