-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (29 loc) · 1.53 KB
/
Cargo.toml
File metadata and controls
32 lines (29 loc) · 1.53 KB
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
[workspace]
name = "partizee"
members = ["partizee_cli"]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["MrDeadCe11 <mister.deadce11@gmail.com>"]
description = "A CLI tool to bootstrap partisia dapps"
license = "MIT"
[workspace.dependencies]
cargo-partisia-contract = "5.204.0"
clap = "4.5.38"
cliclack = "0.3.6"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-test = "0.4.4"
pbc_contract_common = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
pbc_abi = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
pbc_contract_codegen = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
pbc_traits = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
pbc_lib = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
read_write_rpc_derive = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
read_write_state_derive = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
create_type_spec_derive = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
pbc_zk = { git = "https://git@gitlab.com/partisiablockchain/language/contract-sdk.git", tag = "v.16.94.0" }
serde_json = "1.0.140"
getrandom = "0.3.3"
dirs = "6.0.0"
walkdir = "2.5.0"