1
0
Эх сурвалжийг харах

add cargo info to protocol

Jonathan Kelley 1 сар өмнө
parent
commit
37654d35e5

+ 7 - 0
packages/fullstack-protocol/Cargo.toml

@@ -2,6 +2,13 @@
 name = "dioxus-fullstack-protocol"
 edition = "2021"
 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]
 ciborium = { workspace = true }