15 lines
292 B
TOML
15 lines
292 B
TOML
[package]
|
|
name = "osiris-derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description = "Derive macros for Osiris"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|