[go: up one dir, main page]

forc-util 0.12.2

Utility items shared between forc crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "forc-util"
version = "0.12.2"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
description = "Utility items shared between forc crates."

[dependencies]
annotate-snippets = { version = "0.9", features = ["color"] }
anyhow = "1"
dirs = "3.0.2"
sway-core = { version = "0.12.2", path = "../sway-core" }
sway-utils = { version = "0.12.2", path = "../sway-utils" }
termcolor = "1.1"
unicode-xid = "0.2.2"