fun-pkg-impl 0.3.0

A project to demonstrate publishing crates
Documentation
[package]
name = "fun-pkg-impl"
version = "0.3.0"
edition = "2021"
authors = [
    "John <example@outlook.com>",
]
description = """
A project to demonstrate publishing crates
"""
readme = "README.md"
documentation = "https://docs.rs/fun-pkg-impl"
repository = "https://github.com/John-Chan/crates-release"
license = "MIT"
keywords = ["fun"]
categories = ["development-tools"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fun-pkg-api= { path = "../fun-pkg-api", version = "0.1.1" }