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.