[package] name = "tina-macro" version = "0.0.2" edition = "2021" description = "Tina platform" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [features] dyn-async-trait-send = []