mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
13 lines
387 B
TOML
13 lines
387 B
TOML
[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]
|
|
dioxus-ssr = { path="../ssr" }
|
|
pulldown-cmark = "0.8.0"
|
|
atoms = { path="../atoms" }
|
|
codeblocks = { path="../../../ecosystem-dioxus/syntec-dioxus/" }
|