diff options
author | Nadrieril | 2019-12-24 21:03:35 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-24 21:03:35 +0000 |
commit | f67d30cf563b835c067107cf88769414f170416c (patch) | |
tree | 928c85279fb94bfb01e741d65635005800459d08 | |
parent | 80ed67f6a2c62c6300bce2fb75113563a4c4d1ab (diff) |
Add missing serde link to README
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Add this to your `Cargo.toml`: serde_dhall = "0.2.0" ``` -Reading Dhall files is easy and leverages the wonderful [`serde`]() library. +Reading Dhall files is easy and leverages the wonderful [`serde`](https://crates.io/crates/serde) library. ```rust use std::collections::BTreeMap; |