summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 24e665a6717fe5ad5f39b54684fee7c5aea03b9e (plain)
1
2
3
4
5
6
7
8
[package]
name = "rcalc"
version = "0.1.0"
authors = ["tomsmeding <tom.smeding@gmail.com>"]
edition = "2018"

[dependencies]
termion = "1"