relax/crates/relax-macros/Cargo.toml

17 lines
405 B
TOML
Raw Normal View History

2024-07-15 18:47:47 +09:00
[package]
name = "relax-macros"
2024-07-16 02:25:56 +09:00
version = "0.1.0-alpha.4"
2024-07-15 18:47:47 +09:00
license = "MIT OR Apache-2.0"
2024-07-15 18:59:37 +09:00
description = "Derive macro to implement Relax/Relaxed traits (https://crates.io/crates/relax)"
2024-07-15 18:47:47 +09:00
edition = { workspace = true }
rust-version = { workspace = true }
[lib]
proc-macro = true
[dependencies]
syn = { workspace = true, features = ["full"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }