mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 15:21:14 -03:00
20 lines
381 B
TOML
20 lines
381 B
TOML
[package]
|
|
name = "fish-gettext-maps"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
phf.workspace = true
|
|
|
|
[build-dependencies]
|
|
fish-build-helper.workspace = true
|
|
fish-gettext-mo-file-parser.workspace = true
|
|
phf_codegen.workspace = true
|
|
rsconf.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|