From 634274dec28535872c96175e1959f7087d346829 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 23 Sep 2018 12:45:00 -0400 Subject: [PATCH] Cargo.toml metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d080d73..557fdb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.2.0" authors = ["Bradlee Speice "] description = "The Quick And Dirty Allocation Profiling Tool" license = "Apache-2.0" +readme = "README.md" +categories = ["allocator", "nostd"] +repository = "https://github.com/bspeice/qadapt.git" [dependencies] libc = { version = "0.2", default-features = false }