ninjars 0.1.0

A rust implementation of the ninja build system. This is the main application. This one is built on the theory in Build Systems a la Carte.
[dependencies.anyhow]
version = "^1.0"

[dependencies.ninja-builder]
version = "^0.1"

[dependencies.ninja-metrics]
version = "^0.2"

[dependencies.ninja-parse]
version = "^0.1"

[dependencies.num_cpus]
version = "^1.0"

[dependencies.once_cell]
version = "^1.4"

[dependencies.petgraph]
version = "^0.5"

[dependencies.pico-args]
version = "0.3"

[dependencies.thiserror]
version = "^1.0"

[package]
authors = ["Nikhil Marathe <nsm.nikhil@gmail.com>"]
categories = ["development-tools"]
description = "A rust implementation of the ninja build system. This is the main application. This one is built on the theory in Build Systems a la Carte."
edition = "2018"
homepage = "https://github.com/nikhilm/ninja-rs"
keywords = ["ninja", "build-system", "tooling"]
license = "Apache-2.0"
name = "ninjars"
repository = "https://github.com/nikhilm/ninja-rs"
version = "0.1.0"