summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
blob: cc5db0140d2bef7e360ad9c58b3bac7926530d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "serde_dhall"
version = "0.1.0"  # remember to update html_root_url and README
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
description = "Dhall support for serde"
readme = "../README.md"
repository = "https://github.com/Nadrieril/dhall-rust"
keywords = ["serde", "serialization", "dhall"]
edition = "2018"

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