Skip to content

Commit 4d57536

Browse files
0.1.38
1 parent d5e5bb6 commit 4d57536

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Cargo.lock

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

napi/Cargo.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ datalayer-driver = { path = ".." }
1414
napi = { version = "2.12.2", default-features = false, features = ["napi6", "async"] }
1515
napi-derive = "2.12.2"
1616

17-
# Re-export needed dependencies from the main crate
17+
# Dependencies needed for NAPI bindings
18+
# Note: These are required even though datalayer-driver re-exports many types,
19+
# because the NAPI bindings need direct access to these crates for:
20+
# - Type conversions (chia types)
21+
# - Error handling (thiserror)
22+
# - Async runtime (tokio, futures-util)
23+
# - Utilities (hex encoding, random selection)
1824
chia = "0.22.0"
19-
chia-puzzles = "0.20.1"
2025
thiserror = "1.0.61"
21-
clvmr = "0.13.1"
2226
tokio = "1.39.3"
2327
chia-wallet-sdk = { version = "0.24.0", features = ["chip-0035", "native-tls", "peer-simulator"] }
24-
hex-literal = "0.4.1"
25-
num-bigint = "0.4.6"
2628
hex = "0.4.3"
2729
rand = "0.8"
2830
futures-util = "0.3"

0 commit comments

Comments
 (0)