From a2f21fb462c2c6c1b90b6f28450ec59f0e3fc6a0 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 22 Sep 2018 19:59:04 -0400 Subject: [PATCH] License --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 436d3a0..04aaa82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ name = "qadapt" version = "0.1.0" authors = ["Bradlee Speice "] description = "The Quick And Dirty Allocation Profiling Tool" +license = "Apache-2.0" [dependencies] spin = "0.4" -libc = { version = "0.2", default-features = false } +libc = { version = "0.2", default-features = false } \ No newline at end of file