From 4c94cb928b9afc2355d47f8c37771c0d24b8a49b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 11 Nov 2018 22:37:54 -0500 Subject: [PATCH] Clean up qadapt-macro Cargo.toml --- qadapt-macro/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qadapt-macro/Cargo.toml b/qadapt-macro/Cargo.toml index 916f9d3..847fa28 100644 --- a/qadapt-macro/Cargo.toml +++ b/qadapt-macro/Cargo.toml @@ -13,11 +13,6 @@ categories = [ "memory-management" ] repository = "https://github.com/bspeice/qadapt.git" -name = "qadapt-macro" -version = "0.1.0" -authors = ["Bradlee Speice "] [lib] proc-macro = true - -[dependencies]