[[bin]]
name = "solid-grinder"
path = "cli/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.2.2"
[dependencies.handlebars]
version = "3"
[dependencies.itertools]
version = "0.11.0"
[dependencies.regex]
version = "1.7.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[package]
description = "A CLI that goes along with building blocks of smart contract. Along with our front-end snippets, this toolbox can reduce L2 gas cost by encoding calldata for dApps development to use as little bytes of calldata as possible."
documentation = "https://github.com/Ratimon/solid-grinder#README.md"
edition = "2021"
homepage = "https://github.com/Ratimon/solid-grinder"
license = "MIT"
name = "solid-grinder"
readme = "README.md"
repository = "https://github.com/Ratimon/solid-grinder"
version = "0.1.0"