diff options
| author | Edward Barnard | 2017-02-22 17:45:56 +0000 |
|---|---|---|
| committer | Edward Barnard | 2017-02-22 17:45:56 +0000 |
| commit | 061874f8865b9f0f14c3bc5e56f2125520a49c87 (patch) | |
| tree | 44150a6cceddc4940cdc2b2a81042da4d1751517 | |
| parent | fbbfc59aa3b0ba672e71d1df57dcd899d6e56479 (diff) | |
| download | rust-plist-061874f8865b9f0f14c3bc5e56f2125520a49c87.tar.bz2 | |
No longer very much a work in progress.
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ name = "plist" version = "0.1.2" authors = ["Ed Barnard <eabarnard@gmail.com>"] -description = "A rusty plist parser. Very much a work in progress." +description = "A rusty plist parser. Supports Serde serialization." license = "MIT" repository = "https://github.com/ebarnard/rust-plist/" documentation = "https://docs.rs/plist/0.1.2/plist/" @@ -1,6 +1,6 @@ # Plist -A rusty plist parser. Very much a work in progress. +A rusty plist parser. [](https://travis-ci.org/ebarnard/rust-plist) |
