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]