[package] name = "makers" version = "0.1.0" authors = ["boringcactus / Melody Horn "] edition = "2018" description = "a POSIX-compatible make implemented in Rust" readme = "README.md" repository = "https://code.boringcactus.com/makers/" license-file = "LICENSE.md" keywords = ["build", "make"] categories = ["development-tools"] [dependencies] lazy_static = "1.4.0" libc = "0.2.91" nom = "6.1.2" regex = "1.4.5" structopt = "0.3.21" # [target.'cfg(unix)'.dependencies] # signal-hook = "0.3.7"