mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
README and Cargo.toml updates
This commit is contained in:
parent
893cf6d40c
commit
50fe2c01d4
@ -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"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user