boltz-gpui-shared-string 0.1.0

Shared string type used by GPUI
Documentation
[package]
name = "boltz-gpui-shared-string"
version = "0.1.0"
publish = true
edition.workspace = true

license = "Apache-2.0"
description = "Shared string type used by GPUI"
repository.workspace = true
[lib]
path = "gpui_shared_string.rs"

[dependencies]
schemars.workspace = true
serde.workspace = true
smol_str = "0.3.6"

[lints]
workspace = true