Skip to content

Commit

Permalink
ffi wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Sep 11, 2024
1 parent 621bc27 commit 8f0b95d
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 23 deletions.
168 changes: 148 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[workspace]
members = [
"zcash-warp",
"lwd-warp"
"lwd-warp",
"warp-macros"
]
exclude = [
"librustzcash",
"orchard"
]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion lwd-warp
15 changes: 15 additions & 0 deletions warp-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "warp-macros"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
categories.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
quote = { version = "1.0.37", features = [ "proc-macro" ] }
syn = { version = "2.0.77", features = [ "full" ] }
Loading

0 comments on commit 8f0b95d

Please sign in to comment.