jotdown/examples/jotdown_wasm/Cargo.toml
2023-08-05 14:23:20 +02:00

22 lines
514 B
TOML

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