jotdown/examples/jotdown_wasm/Cargo.toml

23 lines
514 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-05-16 14:25:02 -04:00
version = "0.3.0"
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]
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 }