-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
15 lines (14 loc) · 823 Bytes
/
Cargo.toml
File metadata and controls
15 lines (14 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hdk_unit_testing"
description = "Functions to help make mocking HDK native functions easier. Not complete, this is a work in progress"
license = "GPL-2.0"
version = "0.1.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# fixt = "0.0.13"
fixt = { git = "https://github.com/holochain/holochain.git", rev = "d1ddbb3b505a1bf82b84e103f2ec8133cd48258e" }
mockall = { version = "0.11.0" }
# hdk = { version = "0.0.142", features = ["mock", "test_utils"] }
hdk = { git = "https://github.com/holochain/holochain.git", rev = "d1ddbb3b505a1bf82b84e103f2ec8133cd48258e", features = ["mock", "test_utils"] }
holochain_mock_hdi = { git = "https://github.com/holochain/holochain.git", rev = "d1ddbb3b505a1bf82b84e103f2ec8133cd48258e" }