summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
blob: c61ddcdaf7de8e98179a5322c4faff82a2e7d8ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "serde_dhall"
version = "0.1.0"
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
edition = "2018"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
dhall = { path = "../dhall" }
dhall_syntax = { path = "../dhall_syntax" }
dhall_proc_macros = { path = "../dhall_proc_macros" }