mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
16 lines
431 B
TOML
16 lines
431 B
TOML
[package]
|
|
name = "yazi-version"
|
|
description = "Yazi version information"
|
|
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
|
|
|
|
[build-dependencies]
|
|
vergen-gitcl = { version = "10.0.1", features = [ "build", "rustc" ] }
|