mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
chore: dont publish guide
This commit is contained in:
parent
d0fb05385a
commit
5a99d8c98a
1 changed files with 2 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue