Skip to content

Commit

Permalink
metadata for test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Mar 28, 2024
1 parent 7db682b commit 2ea7002
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
name = "ic-btc-test-utils"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Test utilities for the Bitcoin Canister on the Internet Computer"
homepage = "https://docs.rs/ic-btc-test-utils"
documentation = "https://docs.rs/ic-btc-test-utils"
license = "Apache-2.0"
include = ["src", "Cargo.toml", "../LICENSE"]
repository = "https://github.com/dfinity/bitcoin-canister"

[dependencies]
bitcoin = {version = "0.28.1", features = ["rand"]} # needed for generating secp256k1 keys.

0 comments on commit 2ea7002

Please sign in to comment.