mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 13:39:08 +00:00
Implements a basic web platform for the wasm32-unknown-unknown target for gpui Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: John Tur <john-tur@outlook.com>
12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "gpui_util"
|
|
version = "0.1.0"
|
|
publish.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|