forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (46 loc) · 1013 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[workspace]
resolver = "2"
members = [
"forc",
"forc-pkg",
"forc-plugins/forc-client",
"forc-plugins/forc-doc",
"forc-plugins/forc-fmt",
"forc-plugins/forc-lsp",
"forc-plugins/forc-tx",
"forc-test",
"forc-tracing",
"forc-util",
"scripts/mdbook-forc-documenter",
"sway-ast",
"sway-core",
"sway-error",
"sway-ir",
"sway-ir/sway-ir-macros",
"sway-lsp",
"sway-parse",
"sway-types",
"sway-utils",
"swayfmt",
"test",
]
exclude = [
"examples/*",
"swayfmt/test_macros",
"forc-test/test_data"
]
[workspace.dependencies]
fuel-asm = "0.31.1"
fuel-crypto = "0.31.1"
fuel-types = "0.31.1"
fuel-tx = "0.31.1"
fuel-core-client = { version = "0.18.2", default-features = false }
fuel-vm = "0.31.2"
fuels-core = "0.43"
fuels-accounts = "0.43"
[workspace.package]
edition = "2021"
authors = ["Fuel Labs <contact@fuel.sh>"]
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"