eagle/Cargo.toml

21 lines
357 B
TOML

[package]
name = "eagle"
version = "0.2.0"
edition = "2021"
license = "AGPL-3.0"
publish = ["gitea"]
[dependencies]
proc-macro2 = "1.0.85"
quote = "1.0.36"
serde = { version = "1.0.203", features = ["serde_derive"] }
syn = "2.0.66"
tokio = { version = "1.38.0", features = ["sync"] }
[lib]
proc-macro = true
[[test]]
name = "tests"
path = "tests/mod.rs"