initial commit
This commit is contained in:
14
crates/ui/Cargo.toml
Normal file
14
crates/ui/Cargo.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user