-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathCargo.toml
30 lines (25 loc) · 1.54 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
[workspace]
resolver = "2"
members = [
"petition",
"zk-average-salary",
]
[workspace.package]
version = "4.0.0"
description = "Example contract for the Partisia Blockchain."
homepage = "https://gitlab.com/secata/pbc/language/web-ide"
repository = "https://gitlab.com/secata/pbc/language/web-ide"
documentation = "https://gitlab.com/secata/pbc/language/web-ide"
edition = "2021"
license = "UNLICENSED"
[workspace.metadata.zkcompiler]
url = "https://gitlab.com/api/v4/groups/12499775/-/packages/maven/com/partisiablockchain/language/zkcompiler/4.87.0/zkcompiler-4.87.0-jar-with-dependencies.jar"
[workspace.dependencies]
pbc_contract_common = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
pbc_contract_codegen = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
pbc_traits = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
pbc_lib = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
read_write_rpc_derive = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
read_write_state_derive = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
create_type_spec_derive = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }
pbc_zk = { git = "https://[email protected]/partisiablockchain/language/contract-sdk.git", tag = "v.16.47.0" }