Add serde support
This commit is contained in:
parent
8239b2b51d
commit
b7c31f6895
16 changed files with 32 additions and 148 deletions
|
@ -12,7 +12,7 @@ repository = "https://github.com/hellux/jotdown"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
jotdown = { path = "../../" }
|
||||
jotdown = { path = "../../", features = ["parser"] }
|
||||
wasm-bindgen = { version = "0.2", default-features = false }
|
||||
|
||||
[dependencies.web-sys]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue