mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -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
11 lines
199 B
TOML
11 lines
199 B
TOML
[package]
|
|
name = "fish-gettext-mo-file-parser"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|