From 8965cfd3572dc471bd7f1dd2c22d2686140aad05 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 6 Aug 2020 09:53:28 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e6ab6b..3dea11f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ name = "asciimath-rs" description = "AsciiMath parser" repository = "https://github.com/trivernis/asciimath-rs" -version = "0.4.1" +version = "0.4.2" authors = ["trivernis "] edition = "2018" readme = "README.md" -license-file = "LICENSE" +license = "Apache-2.0" +keywords = ["asciimath", "parser", "mathml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html