From 74caac521fe0de3834476059336f98608cfa56f3 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 4 Aug 2020 17:26:28 +0200 Subject: [PATCH] Update cargo file --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a58954f..e85dc34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] -name = "asciimath" +name = "asciimath-rs" +description = "AsciiMath parser" +repository = "https://github.com/trivernis/asciimath-rs" version = "0.1.0" authors = ["trivernis "] edition = "2018" +readme = "README.md" +license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html