diff --git a/Cargo.lock b/Cargo.lock index e2db85d..6ccbec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] -name = "nostr_miner" +name = "notemine" version = "0.1.0" dependencies = [ "console_error_panic_hook", @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "proc-macro2" diff --git a/Cargo.toml b/Cargo.toml index e64e1ca..dd378e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "nostr_miner" +name = "notemine" version = "0.1.0" edition = "2021" description = "A Nostr event miner compiled to WebAssembly" -repository = "https://github.com/yourusername/nostr_miner" # Replace with your repository URL +repository = "https://github.com/sandwichfarm/notemine" license = "MIT" # Choose an appropriate license [lib] diff --git a/demo/index.html b/demo/index.html index 22a6f1d..6ef26cc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -87,4 +87,4 @@