From 9379b0cc2d2b220a409a784e57f9d13c5990fe77 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Thu, 28 Mar 2019 22:53:54 +0530 Subject: add pkg metadata --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc41301..00ae8bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "eva" -version = "0.1.0" +version = "0.2.0" authors = ["NerdyPepper "] edition = "2018" +description = "Calculator REPL similar to bc(1)" +homepage = "https://github.com/nerdypepper/eva" +repository = "https://github.com/nerdypepper/eva" +readme = "./readme.md" +keywords = ["calculator", "repl", "math", "cli", "bc"] +categories = ["command-line-interface", "science", "parser-implementations"] +license = "GPLv3" [dependencies] rustyline = "3.0.0" -- cgit v1.2.3