alioth/macros/Cargo.toml
Changyuan Lyu 4d337ee78a feat: proc macro to generate struct layout consts
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-05-05 21:46:44 -07:00

16 lines
276 B
TOML

[package]
name = "alioth-macros"
version = "0.1.0"
edition = "2021"
description = "Proc macros for Alioth"
repository.workspace = true
authors.workspace = true
license.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2" }
quote = { version = "1" }