annoying_journal/Cargo.toml

29 lines
659 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"
2025-05-19 23:12:38 +00:00
version = "0.1.4"
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]
2025-05-19 23:12:38 +00:00
chrono = "0.4.41"
fltk = "1.5.8"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["fs", "io-util", "macros", "rt-multi-thread", "time"] }