[package]
name = "solid-grinder"
version = "1.1.5"
edition = "2021"
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."
repository = "https://github.com/Ratimon/solid-grinder"
homepage = "https://github.com/Ratimon/solid-grinder"
documentation = "https://github.com/Ratimon/solid-grinder#README.md"
license = "MIT"
[dependencies]
handlebars = "3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
regex = "1.7.3"
clap = { version = "4.2.2", features = ["derive"] }
itertools = "0.11.0"
[[bin]]
path= "cli/main.rs"
name= "solid-grinder"