From 85ccb1cfdd46eb522536fbb6c703347e73bb34ce Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Sun, 31 Mar 2019 09:37:59 +0530 Subject: new deps, new licence --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7e94fac..b1326b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,10 @@ repository = "https://github.com/nerdypepper/eva" readme = "./readme.md" keywords = ["calculator", "repl", "math", "cli", "bc"] categories = ["command-line-interface", "science", "parser-implementations"] -license = "GPL-3.0-or-later" +license = "MIT" [dependencies] -rustyline = "3.0.0" +rustyline = "3.0.0" +clap = "2.32.0" +radix_fmt = "0.1.1" +lazy_static = "1.3.0" -- cgit v1.2.3