zed/crates/gpui_macros/Cargo.toml
Nathan Sobo 1445ce10b5 Name the root file of every crate after the crate to ease navigation
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2021-11-30 12:46:39 -07:00

14 lines
181 B
TOML

[package]
name = "gpui_macros"
version = "0.1.0"
edition = "2018"
[lib]
path = "src/gpui_macros.rs"
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"