-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (26 loc) · 794 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (26 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "typikon"
version = "0.1.0"
edition = "2021"
license = "Apache2.0"
authors = ["Leon Ding <ding@ibyte.me>"]
description = "Typikon lets you use markdown to write your online books."
[dependencies]
pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.5.2"
serde_yaml = "0.8"
colored = "2.0"
chrono = "0.4"
tera = "1.11"
walkdir = "2.3"
reqwest = { version = "0.11", features = ["blocking"] }
zip = "0.6"
warp = "0.3"
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
notify = "6.1.1"
notify-debouncer-mini = "0.4.1"
[package.metadata]
description = "Typikon lets you use markdown to write your online books."
repository = "https://github.com/auula/typikon"