mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Format using Tombi with the schema at https://www.schemastore.org/cargo.json. Some ordering in Cargo.toml is left for later. Closes #12702
20 lines
444 B
TOML
20 lines
444 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anstyle.workspace = true
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
clap_complete.workspace = true
|
|
fish-build-helper.workspace = true
|
|
fish-common.workspace = true
|
|
fish-tempfile.workspace = true
|
|
fish-widestring.workspace = true
|
|
ignore.workspace = true
|
|
pcre2.workspace = true
|
|
walkdir.workspace = true
|