|
@@ -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"] }
|