even_odd 0.1.0

Even Odd Check My First Crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "even_odd"
version = "0.1.0"
authors = ["themohal <farjadmohal@gmail.com>"]
edition = "2018"
repository = "https://github.com/themohal/even_odd_crate"
homepage = "https://github.com/themohal/even_odd_crate"
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Even Odd Check My First Crate"

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

[dependencies]