Skip to content

Commit 6f6b66a

Browse files
committed
Initial Rust bindings
1 parent f01f2c0 commit 6f6b66a

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# node.js
2-
node_modules/
2+
node_modules/
3+
4+
# rust
5+
.bundle/
6+
target/
7+
cargo.lock

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[pakcage]
2+
name = "rust"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
payjoin = "0.21.0"

rust/src/api/mod.rs

Whitespace-only changes.

rust/src/api/payjoin_react.rs

Whitespace-only changes.

rust/src/api/receive.rs

Whitespace-only changes.

rust/src/api/send.rs

Whitespace-only changes.

rust/src/api/uri.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)