jotdown/examples/jotdown_wasm/Cargo.toml

23 lines
537 B
TOML
Raw Normal View History

2023-02-05 13:41:11 -05:00
[package]
name = "jotdown_wasm"
description = "Web demo of Jotdown"
authors = ["Noah Hellman <noah@hllmn.net>"]
license = "MIT"
2023-09-06 14:18:20 -04:00
version = "0.3.2"
2023-02-05 13:41:11 -05:00
edition = "2021"
homepage = "https://hllmn.net/projects/jotdown"
repository = "https://github.com/hellux/jotdown"
[lib]
crate-type = ["cdylib"]
[dependencies]
2024-04-04 17:50:55 -04:00
jotdown = { path = "../../", features = ["parser"] }
2023-02-05 13:41:11 -05:00
wasm-bindgen = { version = "0.2", default-features = false }
[dependencies.web-sys]
version = "0.3"
[build-dependencies]
git2 = { version = "0.14", default-features = false }