Skip to content

Commit

Permalink
update wrpc/client/Cargo.toml to include Resolvers.toml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Sep 28, 2024
1 parent 8d47393 commit 53c4bbe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rpc/wrpc/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ rust-version.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
include.workspace = true
license.workspace = true
repository.workspace = true
include = [
"src/**/*.rs",
"benches/**/*.rs",
"build.rs",
"Cargo.toml",
"Cargo.lock",
"Resolvers.toml",
]

[features]
wasm32-sdk = ["kaspa-consensus-wasm/wasm32-sdk","kaspa-rpc-core/wasm32-sdk","workflow-rpc/wasm32-sdk"]
Expand Down

0 comments on commit 53c4bbe

Please sign in to comment.