Reviewed-on: #29 Co-authored-by: Ren Amamiya <reya@lume.nu> Co-committed-by: Ren Amamiya <reya@lume.nu>
24 lines
424 B
TOML
24 lines
424 B
TOML
[package]
|
|
name = "common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
nostr.workspace = true
|
|
nostr-sdk.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
chrono.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
futures.workspace = true
|
|
log.workspace = true
|
|
|
|
dirs = "5.0"
|
|
qrcode = "0.14.1"
|
|
bech32 = "0.11.1"
|
|
regex = "1.10"
|