aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5b9c33fec3df3a8cfcb457a6c7045cb4962d2cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "eva"
version = "0.2.4"
authors = ["NerdyPepper <[email protected]>"]
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 = "MIT"

[dependencies]
rustyline   = "4.1.0"
clap        = "2.32.0"
radix_fmt   = "1.0.0"
lazy_static = "1.3.0"