-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (20 loc) · 612 Bytes
/
Cargo.toml
File metadata and controls
21 lines (20 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "markdown-scribe"
version = "0.1.0"
authors = ["DhanushNehru"]
description = "A client-side Markdown renderer and editor in Rust with CLI and TUI support."
repository = "https://github.com/DhanushNehru/markdown-scribe"
license = "MIT"
keywords = ["markdown", "renderer", "editor", "cli", "tui"]
categories = ["command-line-utilities", "text-editors"]
edition = "2024"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
crossterm = "0.29.0"
notify = "8.2.0"
printpdf = "0.8.2"
pulldown-cmark = "0.13.0"
ratatui = "0.30.0"
syntect = "5.3.0"
webbrowser = "1.0.6"
anyhow = "1.0.82"