create-platon-plugin 0.1.0

A quick way to scaffold a new Platon Plugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "create-platon-plugin"
version = "0.1.0"
edition = "2024"
authors = ["Hayitbek Yusupov khaitbekrs@gmail.com"]
license = "MIT"
description = "A quick way to scaffold a new Platon Plugin"
readme = "README.md"
homepage = "https://github.com/khaitbek/create-platon-plugin"
repository = "https://github.com/khaitbek/create-platon-plugin"
keywords = ["cli", "platon"]
categories = ["command-line-utilities"]

[dependencies]
clap = { version = "4.0", features = ["derive"] }
fs_extra = { version = "1.3.0" }