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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fun-pkg-api"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08c3353a16129347751a9f153401449d984308995edac8f18216d32a2cc7348"

[[package]]
name = "fun-pkg-impl"
version = "0.3.0"
dependencies = [
 "fun-pkg-api",
]