rnote/Cargo.toml

18 lines
396 B
TOML
Raw Normal View History

2020-11-26 13:49:42 +01:00
[package]
name = "rnote"
2021-01-25 21:38:25 +01:00
version = "0.1.1"
2020-11-26 13:49:42 +01:00
authors = ["Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-05-31 17:58:05 +02:00
anyhow = "1.0.40"
2020-11-27 15:07:55 +01:00
chrono = "0.4.19"
2021-05-31 17:58:05 +02:00
walkdir = "2.3.2"
2020-11-27 21:00:24 +01:00
clap = "2.33.3"
2021-05-31 17:58:05 +02:00
dialoguer = "0.8.0"
2020-11-27 23:19:16 +01:00
fstream = "0.1.2"
2021-05-31 17:58:05 +02:00
termimad = "0.10.3"
crossterm = "0.19.0"