mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-13 21:11:15 -03:00
This is a more descriptive name for the crate. https://github.com/fish-shell/fish-shell/pull/12311#discussion_r2681191208 Closes #12313
22 lines
430 B
TOML
22 lines
430 B
TOML
[package]
|
|
name = "fish-fallback"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
fish-common.workspace = true
|
|
fish-widecharwidth.workspace = true
|
|
fish-widestring.workspace = true
|
|
libc.workspace = true
|
|
widestring.workspace = true
|
|
|
|
[build-dependencies]
|
|
fish-build-helper.workspace = true
|
|
rsconf.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|