Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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" |