Skip to content

Commit

Permalink
Initial Rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 9, 2024
1 parent f01f2c0 commit 6f6b66a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# node.js
node_modules/
node_modules/

# rust
.bundle/
target/
cargo.lock
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pakcage]
name = "rust"
version = "0.1.0"
edition = "2021"

[dependencies]
payjoin = "0.21.0"
Empty file added rust/src/api/mod.rs
Empty file.
Empty file added rust/src/api/payjoin_react.rs
Empty file.
Empty file added rust/src/api/receive.rs
Empty file.
Empty file added rust/src/api/send.rs
Empty file.
Empty file added rust/src/api/uri.rs
Empty file.

0 comments on commit 6f6b66a

Please sign in to comment.