aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f27ba56..d61bbd9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,14 +13,13 @@
[package]
edition = "2018"
name = "const_fn"
-version = "0.4.3"
+version = "0.4.6"
authors = ["Taiki Endo <te316e89@gmail.com>"]
+exclude = ["/.*", "/tools"]
description = "An attribute for easy generation of const functions with conditional compilations.\n"
-homepage = "https://github.com/taiki-e/const_fn"
documentation = "https://docs.rs/const_fn"
-readme = "README.md"
keywords = ["macros", "attribute", "const", "static"]
-categories = ["rust-patterns", "no-std"]
+categories = ["no-std", "rust-patterns"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/const_fn"
[package.metadata.docs.rs]