forked from FuelLabs/fuelup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.toml
73 lines (65 loc) · 2.23 KB
/
components.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[component.forc]
name = "forc"
tarball_prefix = "forc-binaries"
executables = ["forc", "forc-fmt", "forc-lsp", "forc-doc"]
repository_name = "sway"
targets = ["linux_amd64", "linux_arm64", "darwin_amd64", "darwin_arm64"]
publish = true
[component.forc-doc]
name = "forc-doc"
tarball_prefix = "forc-binaries"
is_plugin = true
executables = ["forc-doc"]
repository_name = "sway"
targets = ["linux_amd64", "linux_arm64", "darwin_amd64", "darwin_arm64"]
[component.forc-fmt]
name = "forc-fmt"
tarball_prefix = "forc-binaries"
is_plugin = true
executables = ["forc-fmt"]
repository_name = "sway"
targets = ["linux_amd64", "linux_arm64", "darwin_amd64", "darwin_arm64"]
[component.forc-lsp]
name = "forc-lsp"
tarball_prefix = "forc-binaries"
is_plugin = true
executables = ["forc-lsp"]
repository_name = "sway"
targets = ["linux_amd64", "linux_arm64", "darwin_amd64", "darwin_arm64"]
[component.forc-explore]
name = "forc-explore"
tarball_prefix = "forc-explore"
is_plugin = true
executables = ["forc-explore"]
repository_name = "forc-explorer"
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin" ]
publish = true
[component.forc-client]
name = "forc-client"
tarball_prefix = "forc-client"
is_plugin = true
executables = ["forc-deploy", "forc-run"]
repository_name = "forc-client"
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin" ]
[component.fuel-core]
name = "fuel-core"
tarball_prefix = "fuel-core"
executables = ["fuel-core"]
repository_name = "fuel-core"
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin" ]
publish = true
[component.forc-wallet]
name = "forc-wallet"
tarball_prefix = "forc-wallet"
is_plugin = true
executables = ["forc-wallet"]
repository_name = "forc-wallet"
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin" ]
publish = true
[component.fuel-indexer]
name = "fuel-indexer"
tarball_prefix = "fuel-indexer"
executables = ["fuel-indexer"]
repository_name = "fuel-indexer"
targets = [ "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin" ]
publish = true