aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Barnard2017-02-22 17:45:56 +0000
committerEdward Barnard2017-02-22 17:45:56 +0000
commit061874f8865b9f0f14c3bc5e56f2125520a49c87 (patch)
tree44150a6cceddc4940cdc2b2a81042da4d1751517
parentfbbfc59aa3b0ba672e71d1df57dcd899d6e56479 (diff)
downloadrust-plist-061874f8865b9f0f14c3bc5e56f2125520a49c87.tar.bz2
No longer very much a work in progress.
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 229d2ae..e53a0fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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/"
diff --git a/README.md b/README.md
index 0d719a1..50b9e9d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Plist
-A rusty plist parser. Very much a work in progress.
+A rusty plist parser.
[![Build Status](https://travis-ci.org/ebarnard/rust-plist.svg?branch=master)](https://travis-ci.org/ebarnard/rust-plist)