From 40968c48b621c355ac477b757cde556921ab577e Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Sun, 24 Dec 2017 18:09:06 +0000 Subject: [PATCH] Add `no-std` category. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09dc6dc..71eef05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] -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"