aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 35500fa761d68839fdfa981886632b436203733d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "eva"
version = "0.2.0"
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 = "GPL-3.0-or-later"

[dependencies]
rustyline = "3.0.0"