Files
oak-gpui/crates/gpui_web/examples/hello_web/Cargo.toml
T
2026-06-02 07:53:18 -04:00

17 lines
255 B
TOML

[workspace]
[package]
name = "hello_web"
version = "0.1.0"
edition = "2024"
publish = false
[[bin]]
name = "hello_web"
path = "main.rs"
[dependencies]
gpui = { path = "../../../gpui" }
gpui_platform = { path = "../../../gpui_platform" }
web-time = "1"