]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_fluent_macro/Cargo.toml
f5a6585b5c68af103f997e19a107933334c2b5d6
[rustc.git] / compiler / rustc_fluent_macro / Cargo.toml
1 [package]
2 name = "rustc_fluent_macro"
3 version = "0.1.0"
4 edition = "2021"
5
6 [lib]
7 proc-macro = true
8
9 [dependencies]
10 annotate-snippets = "0.9"
11 fluent-bundle = "0.15.2"
12 fluent-syntax = "0.11"
13 syn = { version = "2", features = ["full"] }
14 proc-macro2 = "1"
15 quote = "1"
16 unic-langid = { version = "0.9.0", features = ["macros"] }