forked from dfinity/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (28 loc) · 845 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
[workspace]
members = [
"src/dfx",
"src/canisters/frontend/ic-asset",
"src/canisters/frontend/icx-asset",
"src/canisters/frontend/ic-certified-assets",
"src/canisters/frontend/ic-frontend-canister",
]
default-members = ["src/dfx"]
[patch.crates-io.ic-agent]
version = "0.21.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "0edc96addbc65d422de71fc119a3de3154eac5c3"
[patch.crates-io.ic-identity-hsm]
version = "0.21.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "0edc96addbc65d422de71fc119a3de3154eac5c3"
[patch.crates-io.ic-utils]
version = "0.21.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "0edc96addbc65d422de71fc119a3de3154eac5c3"
[profile.release]
panic = 'abort'
lto = true
[profile.dev.package.argon2]
opt-level = 3
[profile.release.package.ic-frontend-canister]
opt-level = 'z'