Set author and homepage for all packages

This commit is contained in:
2025-06-25 19:57:58 +10:00
parent 86bfc7ad34
commit 82726ebb5d
7 changed files with 58 additions and 18 deletions

View File

@@ -1,7 +1,11 @@
[package]
name = "luaffi_impl"
version = "0.1.0"
edition = "2024"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
[lib]
proc-macro = true