Add no-std
category.
This commit is contained in:
parent
32791b6e77
commit
40968c48b6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue