feat: added website to crates/package manifest

This commit is contained in:
Valerio Ageno
2024-11-16 11:08:50 +01:00
parent 7f7c2e8d6f
commit 65faaf0183
7 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ name = "tuono"
version = "0.12.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework"
description = "Superfasrt React fullstack framework"
homepage = "https://tuono.dev"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
repository = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
+2 -1
View File
@@ -3,7 +3,8 @@ name = "tuono_lib"
version = "0.12.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework"
description = "Superfast React fullstack framework"
homepage = "https://tuono.dev"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
repository = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
+2 -1
View File
@@ -2,7 +2,8 @@
name = "tuono_lib_macros"
version = "0.12.3"
edition = "2021"
description = "The react/rust fullstack framework"
description = "Superfasrt React fullstack framework"
homepage = "https://tuono.dev"
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
repository = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
@@ -2,6 +2,7 @@
"name": "tuono-fs-router-vite-plugin",
"version": "0.12.3",
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
"homepage": "https://tuono.dev",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
@@ -2,6 +2,7 @@
"name": "tuono-lazy-fn-vite-plugin",
"version": "0.12.3",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"homepage": "https://tuono.dev",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
+1
View File
@@ -2,6 +2,7 @@
"name": "tuono-router",
"version": "0.12.3",
"description": "React routing component for the framework tuono. Tuono is the react/rust fullstack framework",
"homepage": "https://tuono.dev",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
+2 -1
View File
@@ -1,7 +1,8 @@
{
"name": "tuono",
"version": "0.12.3",
"description": "The react/rust fullstack framework",
"description": "Superfast React fullstack framework",
"homepage": "https://tuono.dev",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",