29 lines
659 B
TOML
29 lines
659 B
TOML
[package]
|
|
|
|
authors = ["ReactorScram"]
|
|
description = "A journal that pops up regularly to force you to write entries"
|
|
edition = "2021"
|
|
keywords = ["gui", "journal"]
|
|
license = "AGPL-3.0"
|
|
name = "annoying_journal"
|
|
readme = "README.md"
|
|
repository = "https://six-five-six-four.com/git/reactor/annoying_journal"
|
|
version = "0.1.4"
|
|
|
|
exclude = [
|
|
"COPYING",
|
|
"README.md",
|
|
"annoying_journal",
|
|
"raw_videos",
|
|
"videos",
|
|
]
|
|
|
|
[dependencies]
|
|
|
|
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"] }
|