yewprint/yewprint-doc/Cargo.toml

21 lines
589 B
TOML
Raw Normal View History

2020-09-27 12:49:05 +00:00
[package]
name = "yewprint-doc"
version = "0.1.0"
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "^0.2"
yew = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
web-sys = { version = "0.3", features = ["Window", "MediaQueryList"] }
yewprint = { path = "../yewprint" }
2020-09-29 16:47:33 +00:00
yew-router = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
2020-09-27 12:49:05 +00:00
[build-dependencies]
syntect = "4.4.0"