Files
coop/crates/common/Cargo.toml
reya 6cce0d8bea
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m31s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m21s
set default data for newly created identity
2026-02-09 10:12:21 +07:00

23 lines
449 B
TOML

[package]
name = "common"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
gpui.workspace = true
nostr-sdk.workspace = true
anyhow.workspace = true
itertools.workspace = true
chrono.workspace = true
smallvec.workspace = true
smol.workspace = true
futures.workspace = true
reqwest.workspace = true
log.workspace = true
dirs = "5.0"
qrcode = "0.14.1"
nostr = { git = "https://github.com/rust-nostr/nostr" }