This moves some of the changes made in https://github.com/zed-industries/zed/pull/39543 to the `publish_gpui` script. This PR also updates that script to use `gpui_` instead of `zed-` (where possible) Release Notes: - N/A
19 lines
395 B
TOML
19 lines
395 B
TOML
[package]
|
|
name = "refineable"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
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
|