fix: crates mandatory fields

This commit is contained in:
Valerio Ageno
2024-05-25 11:51:26 +02:00
parent 9f071d9e13
commit 1849c49682
4 changed files with 13 additions and 4 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
[package]
name = "tuono"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
include = [
"src/*.rs",
"Cargo.toml"
]
[lib]
name = "tuono"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib"
version = "0.0.1"
version = "0.0.3"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono_lib_macros"
version = "0.0.1"
version = "0.0.3"
edition = "2021"
[lib]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"scripts": {
"dev": "vite build --watch",