aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8c10596bb2a51d47d564bc20ac7d2529d6b7ab03 (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.0.0"
clap        = "2.32.0"
radix_fmt   = "0.1.1"
lazy_static = "1.3.0"