33 lines
783 B
TOML
33 lines
783 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.43"
|
|
handlebars = "6.4.0"
|
|
log = "0.4.29"
|
|
markdown = "1.0.0"
|
|
serde = "1.0.228"
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1", features = ["full"] }
|
|
warp = { version = "0.4", features = ["server"] }
|
|
termimad = "0.34.1"
|
|
text-template = "0.1.0"
|
|
#iocraft = "0.7.17"
|
|
#ratatui = "0.30.0"
|
|
#beautify = "0.2.0"
|
|
borderrs = "0.1.1"
|
|
boxen = "0.3.1"
|
|
#blo_cli = "0.2.1"
|
|
ansi-align = "0.2.2"
|
|
#tabular = { version = "0.2.0", features = ["ansi-cell"] }
|
|
#rich-rs = "1.1.0"
|
|
lipgloss = "0.1.1"
|
|
#textwrap = "0.16.2"
|
|
mdriver = "0.14.0"
|
|
#tree-sitter-md = { version = "0.5.2", features = ["parser"] }
|
|
#mdfrier = "0.2.0"
|
|
markless = "0.9.10"
|
|
mq-view = "0.1.9"
|
|
mq-markdown = { version = "0.5.14", features = ["color"] }
|