subplot-build 0.6.0

A library for using Subplot code generation from another project's `build.rs` module.
Documentation
[package]
name = "subplot-build"
version = "0.6.0"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
  "Daniel Silverstone <dsilvers@digital-scurf.org>",
]
edition = "2018"
license = "MIT-0"
description = '''A library for using Subplot code generation from another project's
`build.rs` module.'''
homepage = "https://subplot.tech/"
repository = "https://gitlab.com/subplot/subplot"


[dependencies]
subplot = { version = "0.6.0", path = ".." }
tracing = "0.1"
tempfile = "3.1.0"