rspc/macros/Cargo.toml
2024-06-21 13:05:37 +02:00

16 lines
377 B
TOML

[package]
name = "rspc_macros"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#anyhow = "1.0"
#futures = "0.3"
#tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
[lib]
proc-macro = true