annoying_journal/Cargo.toml

29 lines
612 B
TOML
Raw Permalink Normal View History

2022-03-26 20:49:49 +00:00
[package]
2022-03-26 23:01:22 +00:00
authors = ["ReactorScram"]
description = "A journal that pops up regularly to force you to write entries"
edition = "2021"
keywords = ["gui", "journal"]
license = "AGPL-3.0"
2022-03-26 20:49:49 +00:00
name = "annoying_journal"
2022-03-26 23:01:22 +00:00
readme = "README.md"
repository = "https://six-five-six-four.com/git/reactor/annoying_journal"
2022-04-07 03:01:56 +00:00
version = "0.1.3"
2022-03-26 20:49:49 +00:00
2022-03-26 23:01:22 +00:00
exclude = [
"COPYING",
"README.md",
"annoying_journal",
"raw_videos",
"videos",
]
2022-03-26 20:49:49 +00:00
[dependencies]
2022-03-26 22:26:22 +00:00
chrono = "0.4.19"
2022-03-26 20:49:49 +00:00
fltk = "1.3.1"
2022-03-26 22:26:22 +00:00
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
2022-03-26 20:49:49 +00:00
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["full"] }