-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (34 loc) · 941 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
35
36
[package]
authors = [
"Jakub Płaskonka [email protected]",
"Krzysztof Pobiarżyn [email protected]",
"Maciej Zieliński [email protected]",
]
license = "MIT"
repository = "https://github.com/odradev/cargo-odra"
description = "A cargo utility that helps to create, manage and test your smart contracts written using Odra framework."
keywords = ["wasm", "webassembly", "blockchain"]
categories = ["wasm", "development-tools::cargo-plugins"]
name = "cargo-odra"
version = "0.1.4"
edition = "2021"
[dependencies]
clap = { version = "4.2.4", features = ["derive", "cargo"] }
convert_case = "0.6"
toml = "0.7"
serde = "1.0"
serde_derive = "1.0"
cargo-generate = "0.21.0"
rm_rf = "0.6"
glob = "0.3"
cargo_toml = "0.15"
prettycli = "0.1"
chrono = "0.4"
thiserror = "1.0.37"
ureq = { version = "2.6.2", features = ["json"] }
regex = "1.7.3"
clap_complete_command = "0.5.1"
colored = "2.1.0"
[[bin]]
name = "cargo-odra"
path = "bin/main.rs"