Files
Notes/notes-service/vendor/unic-langid-macros/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

19 lines
451 B
TOML

[package]
name = "unic-langid-macros"
description = "API for managing Unicode Language Identifiers"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
categories.workspace = true
include.workspace = true
[dependencies]
proc-macro-hack = "0.5"
unic-langid-macros-impl = { workspace = true }
unic-langid-impl = { workspace = true }
tinystr = "0.8.0"