Skip to content

Commit

Permalink
updating cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jooaf committed Jul 27, 2024
1 parent f13f9b5 commit 66fdf9e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
name = "thoth"
version = "0.1.14"
edition = "2021"
authors = ["Joel Afriyie [email protected], [email protected]"]
authors = ["Joel Afriyie <[email protected]>", "Oren Beani <[email protected]>"]
description = "A terminal scratchpad akin to Heynote"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
repository = "https://github.com/jooaf/thoth"
readme = "README.md"
keywords = ["terminal", "scratchpad", "note-taking"]
categories = ["command-line-utilities"]

[dependencies]
serde_json = "1.0"
syntect = "5.1"
pulldown-cmark = { version = "0.11.0"}
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"] }
Expand Down

0 comments on commit 66fdf9e

Please sign in to comment.