forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (24 loc) · 856 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "forc-util"
version = "0.35.5"
authors = ["Fuel Labs <[email protected]>"]
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"] }
ansi_term = "0.12"
anyhow = "1"
dirs = "3.0.2"
forc-tracing = { version = "0.35.5", path = "../forc-tracing" }
hex = "0.4.3"
serde_json = "1.0.73"
sway-core = { version = "0.35.5", path = "../sway-core" }
sway-error = { version = "0.35.5", path = "../sway-error" }
sway-types = { version = "0.35.5", path = "../sway-types" }
sway-utils = { version = "0.35.5", path = "../sway-utils" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
unicode-xid = "0.2.2"