mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 10:51:14 -03:00
15 lines
260 B
TOML
15 lines
260 B
TOML
[package]
|
|
name = "fish-color"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
fish-common.workspace = true
|
|
fish-widestring.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|