* . * . * . * . * refactor client keys * . * . * refactor * . * . * . * update new account
22 lines
427 B
TOML
22 lines
427 B
TOML
[package]
|
|
name = "common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
global = { path = "../global" }
|
|
|
|
gpui.workspace = true
|
|
nostr-connect.workspace = true
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
chrono.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
futures.workspace = true
|
|
|
|
webbrowser = "1.0.4"
|
|
qrcode-generator = "5.0.0"
|