remove "incomplete" from Cargo description

This commit is contained in:
Tadeo Kondrak 2020-07-05 23:42:04 -06:00
parent 03db2ca246
commit 321b1ba94b
No known key found for this signature in database
GPG Key ID: D41E092CA43F1D8B

View File

@ -4,7 +4,7 @@ version = "0.1.1"
authors = ["Tadeo Kondrak <me@tadeo.ca>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "An incomplete implementation of the BARE (https://git.sr.ht/~sircmpwn/bare) encoding format."
description = "An implementation of the BARE (https://git.sr.ht/~sircmpwn/bare) encoding format."
repository = "https://git.sr.ht/~tdeo/serde_bare"
keywords = ["serde", "bare"]
categories = ["encoding"]