rnote/Cargo.toml

18 lines
395 B
TOML
Raw Normal View History

2020-11-26 13:49:42 +01:00
[package]
name = "rnote"
version = "0.1.0"
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]
2020-11-26 13:50:45 +01:00
anyhow = "1.0.34"
2020-11-27 15:07:55 +01:00
chrono = "0.4.19"
2020-11-27 15:22:54 +01:00
walkdir = "2.3.1"
2020-11-27 21:00:24 +01:00
clap = "2.33.3"
2020-11-27 22:20:31 +01:00
dialoguer = "0.7.1"
2020-11-27 23:19:16 +01:00
fstream = "0.1.2"
2020-11-29 18:00:56 +01:00
termimad = "0.9.1"
crossterm = "0.17.7"