forked from breathx/gear-erc20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (35 loc) · 1.28 KB
/
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
[workspace]
resolver = "2"
members = [
"app", "wasm",
]
[workspace.package]
version = "0.1.0"
authors = ["breathx <[email protected]>"]
edition = "2021"
license = "GPL-3.0"
[workspace.dependencies]
gstd = "1.1.1"
gtest = "1.1.1"
gwasm-builder = { package = "gear-wasm-builder", version = "1.1.1" }
parity-scale-codec = { version = "3.6", default-features = false }
sails-clientgen = { git = "https://github.com/gear-tech/sails" }
sails-exec-context-gstd = { git = "https://github.com/gear-tech/sails" }
sails-idl-meta ={ git = "https://github.com/gear-tech/sails" }
sails-idlgen = { git = "https://github.com/gear-tech/sails" }
sails-idlparser = { git = "https://github.com/gear-tech/sails" }
sails = { git = "https://github.com/gear-tech/sails" }
sails-rtl = { git = "https://github.com/gear-tech/sails" }
sails-sender = { git = "https://github.com/gear-tech/sails" }
sails-macros = { git = "https://github.com/gear-tech/sails" }
scale-info = { version = "2.10", default-features = false }
primitive-types = { version = "*", default-features = false }
derive-more = { version = "*", default-features = false, features = ["display"] }
log = "*"
env_logger = "*"
serde = "1.0"
serde-json = { package = "serde_json", version = "1.0" }
syn = "2.0"
thiserror = "1.0"
tokio = "1.36"
trybuild = "1"