1
Fork 0

Add no-std category.

This commit is contained in:
Alex Helfet 2017-12-24 18:09:06 +00:00
parent 32791b6e77
commit 40968c48b6

View file

@ -3,7 +3,7 @@ name = "framed"
version = "0.1.2"
description = "Send and receive slices of bytes over lossy streams of bytes."
authors = ["Alex Helfet <alex.helfet@gmail.com>"]
categories = ["embedded", "encoding", "network-programming"]
categories = ["no-std", "embedded", "encoding", "network-programming"]
keywords = ["no_std", "networking", "datalink", "protocol", "embedded"]
readme = "README.md"
license = "MIT OR Apache-2.0"