summaryrefslogtreecommitdiffstats
path: root/types/Cargo.toml
blob: 3dd04c9c9fca639b9c7000696660b46471a9ef66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pert-types"
version = "0.1.0"
authors = ["syn <isaqtm@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1"
serde_derive = "1"
serde-aux = "0.6"

[build-dependencies]
pest = "2.0"
pest_derive = "2.0"
quote = "0.3"