Add crates.io to readme

This commit is contained in:
kageru 2020-07-24 15:10:25 +02:00
parent ff155ad0b0
commit c3549cd230
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@ -50,7 +50,7 @@ checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
[[package]] [[package]]
name = "mparsed" name = "mparsed"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"envy", "envy",

View File

@ -2,6 +2,8 @@
A serde parser for MPD responses. Includes mpd structs. A serde parser for MPD responses. Includes mpd structs.
This project is on [crates.io](https://crates.io/crates/mparsed).
## Why? ## Why?
Because there are lots of mpd client libraries for Rust, Because there are lots of mpd client libraries for Rust,
but most (maybe all?) of them write the same awful deserialization code but most (maybe all?) of them write the same awful deserialization code