mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 22:21:14 -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
21 lines
413 B
TOML
21 lines
413 B
TOML
[package]
|
|
name = "fish-wcstringutil"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
fish-fallback.workspace = true
|
|
fish-widestring.workspace = true
|
|
|
|
# Only needed for cygwin detection.
|
|
# TODO(MSRV>=1.86): remove
|
|
[build-dependencies]
|
|
fish-build-helper.workspace = true
|
|
rsconf.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|