Skip to content

Commit

Permalink
Bring in cove_nfc into main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 6, 2024
1 parent a18d862 commit 64ac571
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 988 deletions.
23 changes: 1 addition & 22 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ default = ["uniffi/cli"]

[dependencies]
# cove crates
cove_nfc = { path = "./crates/cove_nfc" }
macros = { path = "./crates/macros" }

# bdk / bitcoin
Expand Down Expand Up @@ -118,6 +117,9 @@ bbqr = "0.3"
# hex
hex = "0.4.3"

# parsing
winnow = "0.6.0"

[build-dependencies]
uniffi = { version = "=0.28.1", features = ["build"] }

Expand Down
Loading

0 comments on commit 64ac571

Please sign in to comment.