gorse 0.1.0

A small example package
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["MarkHoo <markhoo@foxmail.com>"]
description = "A small example package"
documentation = "https://github.com/MarkHoo/gorse"
edition = "2021"
homepage = "https://github.com/MarkHoo/gorse"
keywords = ["gorse", "cli"]
license = "Apache-2.0 OR MIT"
name = "gorse"
readme = "README.md"
repository = "https://github.com/MarkHoo/gorse"
rust-version = "1.56"
version = "0.1.0"