Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 4 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e36934..34542dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,18 +1,13 @@
[package]
name = "lower"
-version = "0.1.3"
+version = "0.1.4"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
edition = "2021"
repository = "https://github.com/bend-n/lower-plus.git"
license = "MIT"
+keywrords = ["fast", "math", "float"]
+categories = ["hardware-support", "mathematics"]
[dependencies]
-lower-macros = "0.1.0"
-
-[features]
-default = ["modules"]
-modules = []
-
-[package.metadata.docs.rs]
-all-features = true
+lower-macros = "0.1.1"