Skip to content

Commit 64ac571

Browse files
committed
Bring in cove_nfc into main crate
- mozilla/uniffi-rs#2257 - mozilla/uniffi-rs#2087
1 parent a18d862 commit 64ac571

19 files changed

+5
-988
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ default = ["uniffi/cli"]
1616

1717
[dependencies]
1818
# cove crates
19-
cove_nfc = { path = "./crates/cove_nfc" }
2019
macros = { path = "./crates/macros" }
2120

2221
# bdk / bitcoin
@@ -118,6 +117,9 @@ bbqr = "0.3"
118117
# hex
119118
hex = "0.4.3"
120119

120+
# parsing
121+
winnow = "0.6.0"
122+
121123
[build-dependencies]
122124
uniffi = { version = "=0.28.1", features = ["build"] }
123125

0 commit comments

Comments
 (0)