Files
zed/crates/refineable/Cargo.toml
Mikayla Maki e317d98915 Prep crates for GPUI on crates.io (#39543)
Release Notes:

- N/A
2025-10-05 13:44:31 -07:00

19 lines
398 B
TOML

[package]
name = "zed-refineable"
version = "0.1.0"
edition.workspace = true
publish = true
license = "Apache-2.0"
description = "A macro for creating 'refinement' types that can be used to partially initialize or mutate a complex struct"
[lints]
workspace = true
[lib]
path = "src/refineable.rs"
doctest = false
[dependencies]
derive_refineable.workspace = true
workspace-hack.workspace = true