md-to-tui 0.1.2

simple parser from markdown to ratatui types
Documentation
[package]
name = "md-to-tui"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "simple parser from markdown to ratatui types"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.71"
crossterm = "0.26.1"
log = "0.4.19"
pretty_env_logger = "0.5.0"
ratatui = "0.21.0"
thiserror = "1.0.40"