summaryrefslogtreecommitdiffstats
path: root/online_description_generator/Cargo.toml
blob: ee50d7d762b601172d0636c3e2e6f3f4d0e843ad (plain)
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
[package]
name = "online_description_generator"
version = "0.1.0"
edition = "2021"

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

[dependencies]
base64 = "0.21.4"
console_error_panic_hook = "0.1.7"
markdown = "1.0.0-alpha.13"
serde_json = "1.0.106"
type_description = { version = "0.6.0", path = "..", features = ["render_markdown"] }
wasm-bindgen = "0.2.84"
web-sys = { version = "0.3.61", features = [
    "Window",
    "Document",
    "HtmlElement",
    "HtmlTextAreaElement",
    "HtmlDivElement",
    "Node",
    "Text",
    "Event",
    "Location",
    "console",
] }