mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-14 22:11:16 -03:00
This is a more descriptive name for the crate. https://github.com/fish-shell/fish-shell/pull/12311#discussion_r2681191208 Closes #12313
17 lines
301 B
TOML
17 lines
301 B
TOML
[package]
|
|
name = "fish-common"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
bitflags.workspace = true
|
|
fish-widestring.workspace = true
|
|
libc.workspace = true
|
|
nix.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|