mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 07:01:14 -03:00
This should help with improving incremental build speed. Extracting this code is easy, since it does not have dependencies. It also unblocks further extraction of code which depends on widecharwidth. Closes #12181
11 lines
185 B
TOML
11 lines
185 B
TOML
[package]
|
|
name = "fish-widecharwidth"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
license = "CC0-1.0"
|
|
|
|
[lints]
|
|
workspace = true
|