From c3549cd230db3ad447a629ba2d422d5752e46aa2 Mon Sep 17 00:00:00 2001 From: kageru Date: Fri, 24 Jul 2020 15:10:25 +0200 Subject: [PATCH] Add crates.io to readme --- Cargo.lock | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2174157..4ea218c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9" [[package]] name = "mparsed" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "envy", diff --git a/README.md b/README.md index a130187..1bbf811 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A serde parser for MPD responses. Includes mpd structs. +This project is on [crates.io](https://crates.io/crates/mparsed). + ## Why? Because there are lots of mpd client libraries for Rust, but most (maybe all?) of them write the same awful deserialization code