rdmc 0.1.0

Run commands from you readme as if its a Makefile
Documentation
[[bin]]
name = "rdmc"
path = "src/main.rs"
[dependencies.bpaf]
features = ["autocomplete"]
version = "0.9.9"

[dependencies.markdown]
version = "1.0.0-alpha.16"

[lib]
path = "src/lib.rs"

[package]
description = "Run commands from you readme as if its a Makefile"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rdmc"
version = "0.1.0"