mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
It is better to use the repository field in Cargo.toml (#7)
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.2.1"
|
||||
edition = "2021"
|
||||
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
||||
description = "The react/rust fullstack framework"
|
||||
homepage = "https://github.com/Valerioageno/tuono"
|
||||
repository = "https://github.com/Valerioageno/tuono"
|
||||
readme = "../../README.md"
|
||||
license-file = "../../LICENSE.md"
|
||||
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "0.2.1"
|
||||
edition = "2021"
|
||||
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
||||
description = "The react/rust fullstack framework"
|
||||
homepage = "https://github.com/Valerioageno/tuono"
|
||||
repository = "https://github.com/Valerioageno/tuono"
|
||||
readme = "../../README.md"
|
||||
license-file = "../../LICENSE.md"
|
||||
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "tuono_lib_macros"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
description = "The react/rust fullstack framework"
|
||||
homepage = "https://github.com/Valerioageno/tuono"
|
||||
repository = "https://github.com/Valerioageno/tuono"
|
||||
readme = "../../README.md"
|
||||
license-file = "../../LICENSE.md"
|
||||
categories = ["web-programming", "reactjs", "typescript", "framework", "fullstack"]
|
||||
|
||||
Reference in New Issue
Block a user