mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
17 lines
314 B
TOML
17 lines
314 B
TOML
[package]
|
|
name = "fish-gettext-extraction"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
description = "proc-macro for extracting strings for gettext translation"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|