summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
blob: 7066dceef48ce7079c65c5f9675512d47fa0a2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "serde_dhall"
version = "0.3.0"  # remember to update html_root_url, README and changelog
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 = { version = "0.3.0", path = "../dhall" }
dhall_proc_macros = { version = "0.1.0", path = "../dhall_proc_macros" }