Initialize Rust GPUI browser shell

This commit is contained in:
2026-05-07 18:27:15 -04:00
commit d9a27f3dc4
41 changed files with 11573 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "ely_domain"
version = "0.1.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
thiserror.workspace = true
url.workspace = true
uuid.workspace = true
[lints]
workspace = true