-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
46 lines (36 loc) · 1.05 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
39
40
41
42
43
44
45
46
[package]
name = "near"
version = "2.2.1"
authors = ["dj8yf0μl", "polyprogrammist"]
edition = "2021"
[dependencies]
ledger_device_sdk = "1.17.5"
include_gif = "1.2.0"
hex = { version = "0.4.3", default-features = false, features = ["serde"] }
bs58 = { version = "0.5.0", default-features = false }
borsh = { version = "0.1.0", path = "./borsh" }
fmt_buffer = { version = "0.1.0", path = "./fmt_buffer" }
near_token = { version = "0.1.0", path = "./near_token" }
near_gas = { version = "0.1.0", path = "./near_gas" }
numtoa = "0.2.4"
[profile.release]
opt-level = 'z'
lto = true
[package.metadata.ledger]
curve = ["ed25519"]
flags = "0"
path = ["44'/397'"]
name = "NEAR"
[package.metadata.ledger.nanos]
icon = "icons/app_near_16px.gif"
[package.metadata.ledger.nanox]
icon = "icons/app_near_14px.gif"
[package.metadata.ledger.nanosplus]
icon = "icons/app_near_14px.gif"
[package.metadata.ledger.stax]
icon = "icons/app_near_32px.gif"
[package.metadata.ledger.flex]
icon = "icons/app_near_40px.gif"
[features]
default = []
speculos = ["ledger_device_sdk/speculos"]