You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
363 B
18 lines
363 B
[package] |
|
name = "lowcharts" |
|
version = "0.2.0" |
|
authors = ["JuanLeon Lahoz <juanleon.lahoz@gmail.com>"] |
|
edition = "2018" |
|
description = "Tool to draw low-resolution graphs in terminal" |
|
|
|
[dependencies] |
|
clap = "3.0.0-beta.2" |
|
yansi = "0.5.0" |
|
isatty = "0.1" |
|
derive_builder = "0.10.0" |
|
regex = "1.4.5" |
|
chrono = "0.4" |
|
|
|
[dev-dependencies] |
|
float_eq = "0.5.0" |
|
tempfile = "3"
|
|
|