From 50fe2c01d41b1e2462c3115f8f011dda48bbab0a Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 3 Aug 2018 21:52:36 -0400 Subject: [PATCH] README and Cargo.toml updates --- Cargo.toml | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 64fc128..5043de6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,8 @@ license = "Apache-2.0" [badges] travis-ci = { repository = "bspeice/dtparse" } +appveyor = { repository = "bspeice/dtparse" } +maintenance = { status = "passively-maintained" } [lib] name = "dtparse" diff --git a/README.md b/README.md index 4c00586..f62fa4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # dtparse ![travisci](https://travis-ci.org/bspeice/dtparse.svg?branch=master) +[![appveyor](https://ci.appveyor.com/api/projects/status/r4de76tg9utfjva1/branch/master?svg=true)](https://ci.appveyor.com/project/bspeice/dtparse/branch/master) The fully-featured "even I couldn't understand that" time parser. Designed to take in strings and give back sensible dates and times.