rmake 0.1.1

Simple make by Rust
Documentation
[package]
name = "rmake"
version = "0.1.1"
authors = ["Irisawa Masaru <mass10.github@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Simple make by Rust"
documentation = "https://github.com/mass10/rmake"

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

[dependencies]
serde = "1.0.*"
serde_derive = "1.0.*"
toml = "0.5.7"