mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
21 lines
470 B
TOML
21 lines
470 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
|
|
syn = { version = "2.0.117", features = [ "full" ] }
|
|
quote = "1.0.44"
|