rust-gh-example 0.1.4

Example of Rust GitHub template
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>"]
description = "Example of Rust GitHub template"
edition = "2018"
homepage = "https://rust-github.github.io/"
license = "MIT OR Apache-2.0"
name = "rust-gh-example"
readme = "README.md"
repository = "https://github.com/rust-github/rust-gh-example"
version = "0.1.4"