thoth-cli 0.1.72

A terminal scratchpad akin to Heynote
Documentation
[package]
name = "thoth-cli"
version = "0.1.72"
edition = "2021"
authors = [
  "Joel Afriyie <joel.o.afriyie@gmail.com>",
  "Joel Afriyie <oren.beani@gmail.com>",
]
description = "A terminal scratchpad akin to Heynote"
license = "MIT"
repository = "https://github.com/jooaf/thoth"
readme = "README.md"
keywords = ["terminal", "scratchpad", "note-taking"]
categories = ["command-line-utilities"]

[profile.release]
codegen-units = 1
lto = true

[dependencies]
serde_json = "1.0"
syntect = "5.1"
pulldown-cmark = { version = "0.11.0" }
pulldown-cmark-to-cmark = "15.0.1"
ratatui = "0.27.0"
crossterm = { version = "0.27.0", features = ["bracketed-paste"] }
tui-textarea = "0.5.1"
anyhow = "1.0.86"
clap = { version = "4.3", features = ["derive"] }
dirs = "5.0"
atty = "0.2.14"
tempfile = "3.2"
syntect-tui = "3.0.2"
unicode-width = "0.1.10"
rand = "0.8.5"
once_cell = "1.19.0"
arboard = "3.4.1"

[[bin]]
name = "thoth"
path = "src/main.rs"

[dev-dependencies]
mockall = "0.11"