dioxus/packages/docsite/Cargo.toml

14 lines
387 B
TOML
Raw Normal View History

[package]
name = "dioxus-docs-site"
version = "0.0.0"
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-06-16 15:19:37 +00:00
dioxus-ssr = { path="../ssr" }
2021-06-03 14:42:28 +00:00
pulldown-cmark = "0.8.0"
2021-06-16 15:19:37 +00:00
atoms = { path="../atoms" }
codeblocks = { path="../../../ecosystem-dioxus/syntec-dioxus/" }