dotkit 0.1.2

A Scaffolding Tool for Ink Smart Contracts
[[bin]]
name = "dotkit"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Abinash S. <implabinash@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A Scaffolding Tool for Ink Smart Contracts"
documentation = "https://docs.rs/dotkit"
edition = "2021"
exclude = ["assets/*", ".github/*"]
homepage = "https://github.com/implabinash/dotkit"
keywords = ["polkadot", "blockchain", "smart-contract", "cli", "web3"]
license = "MIT"
name = "dotkit"
readme = "README.md"
repository = "https://github.com/noffeecraft/dotkit"
version = "0.1.2"