mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 11:48:30 +00:00
23 lines
430 B
TOML
23 lines
430 B
TOML
[package]
|
|
name = "docs-gen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
pulldown-cmark = "0.12"
|
|
tera = "1"
|
|
walkdir = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_yaml = "0.9"
|
|
toml = "0.8"
|
|
syntect = "5"
|
|
anyhow = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
notify = "7"
|
|
tiny_http = "0.12"
|
|
tungstenite = "0.24"
|
|
open = "5"
|
|
tempfile = "3"
|
|
socket2 = { version = "0.5", features = ["all"] }
|