chore: dont publish guide

This commit is contained in:
Jonathan Kelley 2023-02-06 01:59:49 -08:00
parent d0fb05385a
commit 5a99d8c98a

View file

@ -4,6 +4,7 @@ version = "0.0.1"
edition = "2021"
description = "Dioxus guide, including testable examples"
license = "MIT/Apache-2.0"
publish = false
[dev-dependencies]
dioxus = { path = "../../packages/dioxus" }
@ -20,4 +21,4 @@ fermi = { path = "../../packages/fermi" }
serde = { version = "1.0.138", features=["derive"] }
reqwest = { version = "0.11.11", features = ["json"] }
tokio = { version = "1.19.2" , features=[]}
axum = { version = "0.6.1", features = ["ws"] }
axum = { version = "0.6.1", features = ["ws"] }