From 4985e022b10f87a28ea714a129492d792113a9e5 Mon Sep 17 00:00:00 2001 From: Soveu Date: Sun, 9 Aug 2020 18:30:13 +0200 Subject: [PATCH] preparation for crates.io --- Cargo.toml | 3 +++ src/lib.rs | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 03a1c01..8d6e0a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "tinyvec_macros" version = "0.1.0" authors = ["Soveu "] edition = "2018" +license = "MIT OR Apache-2.0 OR Zlib" +repository = "https://github.com/Soveu/tinyvec_macros" +description = "Some macros for tiny containers" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/lib.rs b/src/lib.rs index de864a3..4790e08 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![no_std] + #[macro_export] macro_rules! impl_mirrored { {