-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (30 loc) · 803 Bytes
/
Cargo.toml
File metadata and controls
42 lines (30 loc) · 803 Bytes
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
[package]
name = "contexts"
version = "0.0.0"
authors = ["Dorin Iancu <dorin.iancu@multiversx.com>"]
edition = "2021"
[lib]
path = "src/mod.rs"
[dependencies.common_structs]
path = "../../../common_structs"
[dependencies.common_errors]
path = "../../../common_errors"
[dependencies.farm_token]
path = "../farm_token"
[dependencies.rewards]
path = "../rewards"
[dependencies.token_send]
path = "../../token_send"
[dependencies.token_merge_helper]
path = "../../token_merge_helper"
[dependencies.config]
path = "../config"
[dependencies.pausable]
path = "../../pausable"
[dependencies.permissions_module]
path = "../../permissions_module"
[dependencies.multiversx-sc]
version = "=0.50.3"
features = ["esdt-token-payment-legacy-decode"]
[dependencies.multiversx-sc-modules]
version = "=0.50.3"