initial commit

This commit is contained in:
2024-11-19 08:23:43 +07:00
commit 4d8a1d44cc
8 changed files with 177 additions and 0 deletions

14
crates/ui/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "coop"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "coop"
path = "src/main.rs"
[dependencies]
gpui.workspace = true
tokio.workspace = true
nostr = { version = "0.1.0", path = "../nostr" }