rust-gh-example 0.1.7

Example of Rust GitHub template
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-gh-example"
version = "0.1.7"
authors = ["MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>"]
edition = "2018"
description = "Example of Rust GitHub template"
repository = "https://github.com/rust-github/rust-gh-example"
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://rust-github.github.io/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]