rnote/Cargo.toml

14 lines
319 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 15:35:25 +01:00
text_io = "0.1.8"