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