Files
oak-gpui/crates/refineable/derive_refineable/Cargo.toml
T
2025-10-05 13:44:31 -07:00

23 lines
414 B
TOML

[package]
name = "zed-derive-refineable"
version = "0.1.0"
edition.workspace = true
publish = true
license = "Apache-2.0"
description = "A derive macro for creating refinement types in Rust"
[lints]
workspace = true
[lib]
path = "src/derive_refineable.rs"
proc-macro = true
doctest = false
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
workspace-hack.workspace = true