fun-pkg-impl 0.3.0

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

[package]
authors = ["John <example@outlook.com>"]
categories = ["development-tools"]
description = """
A project to demonstrate publishing crates
"""
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.3.0"