Skip to content

Commit

Permalink
fix common
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-peterson committed Jul 12, 2020
1 parent e0e1ef7 commit 6fcb0a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ authors = ["Martin Matusiak <[email protected]>"]
edition = "2018"
description="A useful utility for handing markdown which is used by other examples – not an example in itself!"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
yew = { path = "../../yew" }
pulldown-cmark = { version = "0.7.0", default-features = false }
wasm-bindgen = "0.2.64"
yew = { path = "../../yew" }

0 comments on commit 6fcb0a8

Please sign in to comment.