azstd 0.1.0

A cli tool to generate project templates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "azstd"
version = "0.1.0"
edition = "2024"

authors = ["Henry Huang <hhglory@outlook.com>"]
license = "MIT OR Apache-2.0"
description = "A cli tool to generate project templates"
readme = "README.md"
homepage = "https://github.com/better-try/incubator"
repository = "https://github.com/better-try/incubator"
keywords = ["azstd", "std", "rust"]
categories = ["web-programming"]

[dependencies]