
This PR updates the `AgentPreview` to use `inventory` instead of `linkme`. Release Notes: - N/A
20 lines
354 B
TOML
20 lines
354 B
TOML
[package]
|
|
name = "ui_macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ui_macros.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
convert_case.workspace = true
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|
|
workspace-hack.workspace = true
|