|
@@ -2,6 +2,13 @@
|
|
name = "dioxus-fullstack-protocol"
|
|
name = "dioxus-fullstack-protocol"
|
|
edition = "2021"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
version.workspace = true
|
|
|
|
+authors = ["Jonathan Kelley", "Evan Almloff"]
|
|
|
|
+description = "Fullstack protocol for Dioxus: Build fullstack web, desktop, and mobile apps with a single codebase."
|
|
|
|
+license = "MIT OR Apache-2.0"
|
|
|
|
+repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
|
+homepage = "https://dioxuslabs.com"
|
|
|
|
+keywords = ["web", "desktop", "mobile", "gui", "server"]
|
|
|
|
+resolver = "2"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
ciborium = { workspace = true }
|
|
ciborium = { workspace = true }
|