yazi/yazi-codegen/Cargo.toml
三咲雅 misaki masa aba0b5ad01
feat: trash bin
2026-07-22 02:20:54 +08:00

22 lines
498 B
TOML

[package]
name = "yazi-codegen"
description = "Yazi code generator"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[lib]
proc-macro = true
[dependencies]
# External dependencies
proc-macro2 = "1"
quote = "1.0.47"
syn = { version = "3.0.2", features = [ "full" ] }