[go: up one dir, main page]

forc-test 0.36.0

A library for building and running Sway unit tests within Forc packages.
Documentation
[package]
name = "forc-test"
version = "0.36.0"
description = "A library for building and running Sway unit tests within Forc packages."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
anyhow = "1"
forc-pkg = { version = "0.36.0", path = "../forc-pkg" }
fuel-abi-types = "0.2"
fuel-tx = { workspace = true, features = ["builder"] }
fuel-vm = { workspace = true, features = ["random"] }
rand = "0.8"
sway-core = { version = "0.36.0", path = "../sway-core" }
sway-types = { version = "0.36.0", path = "../sway-types" }