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

View File

@@ -1,10 +0,0 @@
[toolchain]
channel = "1.87"
profile = "minimal"
components = ["rustfmt", "clippy"]
targets = [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]