fun-pkg-impl 0.2.0

A project to demonstrate publishing crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.fun-pkg-api]
version = "0.1.1"

[package]
authors = ["John <example@outlook.com>"]
categories = ["development-tools"]
description = "A project to demonstrate publishing crates\n"
documentation = "https://docs.rs/fun-pkg-impl"
edition = "2021"
keywords = ["fun"]
license = "MIT"
name = "fun-pkg-impl"
readme = "README.md"
repository = "https://github.com/John-Chan/crates-release"
version = "0.2.0"