jotdown/examples/jotdown_wasm/Cargo.toml
2024-04-04 17:50:55 -04:00

22 lines
537 B
TOML

[package]
name = "jotdown_wasm"
description = "Web demo of Jotdown"
authors = ["Noah Hellman <noah@hllmn.net>"]
license = "MIT"
version = "0.3.2"
edition = "2021"
homepage = "https://hllmn.net/projects/jotdown"
repository = "https://github.com/hellux/jotdown"
[lib]
crate-type = ["cdylib"]
[dependencies]
jotdown = { path = "../../", features = ["parser"] }
wasm-bindgen = { version = "0.2", default-features = false }
[dependencies.web-sys]
version = "0.3"
[build-dependencies]
git2 = { version = "0.14", default-features = false }