diff --git a/src/categories.toml b/src/categories.toml index 4ffd428c3c8..6426c4af7cf 100644 --- a/src/categories.toml +++ b/src/categories.toml @@ -278,6 +278,12 @@ Crates dealing with higher-level network protocols such as FTP, HTTP, \ or SSH, or lower-level network protocols such as TCP or UDP.\ """ +[no-std] +name = "No standard library" +description = """ +Crates that are able to function without the Rust standard library. +""" + [os] name = "Operating systems" description = """