cargo-program 0.0.4

Utility to simplify Gear programs development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "{{name}}"
version = "0.1.0"
edition = "2018"

[lib]
crate-type = ["cdylib"]

[dependencies]
gstd = { git = "https://github.com/gear-tech/gear.git", features = ["debug"] }

[profile.release]
lto = true
opt-level = 's'