Add [Navi](https://navi-lang.org) language for example to external language for CodeEditor. <img width="864" alt="image" src="https://github.com/user-attachments/assets/73afa56d-31bd-4867-a9f2-0a8cf790af0f" />
18 lines
249 B
TOML
18 lines
249 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "gpui-component-macros"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["proc-macro2"]
|