summaryrefslogtreecommitdiff
path: root/subplot-build/Cargo.toml
blob: 2cecde560a842c682a567a15d30595279fc238cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "subplot-build"
version = "0.4.3"
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.liw.fi/"
repository = "https://gitlab.com/subplot/subplot"


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