aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 45278628e35dc97c8422b6708c9ad942807b9b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "eva"
version = "0.2.7"
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"
directories = "2.0.1"
regex       = "1.1.7"
num         = "0.2"
term_size   = "0.3"