forked from cococolanosugar/mdbook-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (23 loc) · 768 Bytes
/
Cargo.toml
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
[package]
name = "mdbook-echarts"
version = "0.0.4"
authors = ["Zhuang Biaowei"]
edition = "2018"
description = "A preprocessor and cli tool for mdbook to show chart use echarts.js."
license = "MIT"
documentation = "https://crates.io/crates/mdbook-echarts"
homepage = "https://crates.io/crates/mdbook-echarts"
repository = "https://github.com/zhuangbiaowei/mdbook-echarts"
readme = "README.md"
keywords = ["mdbook", "markdown", "chart", "Echarts"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.1"
tungstenite = "0.17.2"
mdbook = "0.4.6"
anyhow = "1.0.32"
serde = "1.0.114"
serde_derive = "1.0.114"
serde_json = "1.0.57"
regex = "1"
uuid = { version = "0.8", features = ["serde", "v4"] }