build tooling (#69)

* script/macos:add

* script/linux:add libx11-dev

* Cargo.toml:pin nostr nostr-sdk nostr nostr-connect

---------

Co-authored-by: reya <123083837+reyamir@users.noreply.github.com>
This commit is contained in:
@RandyMcMillan
2025-06-28 03:14:54 -04:00
committed by GitHub
parent 14076054c0
commit 2dfb48b538
5 changed files with 90 additions and 10 deletions

8
Cargo.lock generated
View File

@@ -3601,6 +3601,7 @@ checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
name = "nostr"
version = "0.42.1"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"aes",
"base64",
@@ -3612,6 +3613,7 @@ dependencies = [
"chacha20poly1305",
"getrandom 0.2.16",
"instant",
"regex",
"reqwest 0.12.20",
"scrypt",
"secp256k1",
@@ -3625,6 +3627,7 @@ dependencies = [
name = "nostr-connect"
version = "0.42.0"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"async-utility",
"nostr",
@@ -3637,6 +3640,7 @@ dependencies = [
name = "nostr-database"
version = "0.42.0"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"flatbuffers",
"lru",
@@ -3648,6 +3652,7 @@ dependencies = [
name = "nostr-lmdb"
version = "0.42.0"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"async-utility",
"heed",
@@ -3661,6 +3666,7 @@ dependencies = [
name = "nostr-relay-pool"
version = "0.42.0"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"async-utility",
"async-wsocket",
@@ -3677,6 +3683,7 @@ dependencies = [
name = "nostr-sdk"
version = "0.42.0"
source = "git+https://github.com/rust-nostr/nostr#ecf711ee9f3bca83c2a31a1de0f2977cd2845af5"
dependencies = [
"async-utility",
"nostr",
@@ -3684,6 +3691,7 @@ dependencies = [
"nostr-lmdb",
"nostr-relay-pool",
"tokio",
"tracing",
]
[[package]]