From a41dae45a59e217f2d29341b41c6f91ebc861954 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 10 Jul 2016 23:55:32 -0400 Subject: [PATCH] add envy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41664d4e..3eb4c766 100644 --- a/README.md +++ b/README.md @@ -824,6 +824,7 @@ Serialization Formats Using Serde | Format | Name | | ------ | ---- | | Bincode | [bincode](https://crates.io/crates/bincode) | +| env vars | [envy](https://crates.io/crates/envy) | | JSON | [serde\_json](https://crates.io/crates/serde_json) | | MessagePack | [rmp](https://crates.io/crates/rmp) | | XML | [serde\_xml](https://github.com/serde-rs/xml) |