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