Skip to content

Commit cd900d6

Browse files
committed
Add some metadata
1 parent 47630d3 commit cd900d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
name = "linked_list_allocator"
33
version = "0.1.0"
44
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5+
license = "Apache-2.0/MIT"
56

6-
[dependencies]
7+
description = "Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures."
8+
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
9+
10+
repository = "https://github.com/phil-opp/linked-list-allocator"
11+
documentation = "http://phil-opp.github.io/linked-list-allocator/linked_list_allocator/index.html"

0 commit comments

Comments
 (0)