2024-05-25 12:03:03 +02:00
|
|
|
[package]
|
|
|
|
|
name = "tuono_lib_macros"
|
2025-01-28 19:08:36 +01:00
|
|
|
version = "0.17.6"
|
2024-05-25 12:03:03 +02:00
|
|
|
edition = "2021"
|
2024-11-16 11:47:53 +01:00
|
|
|
description = "Superfast React fullstack framework"
|
2024-11-16 11:08:50 +01:00
|
|
|
homepage = "https://tuono.dev"
|
2024-07-08 09:24:20 +02:00
|
|
|
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
|
2024-11-30 14:15:36 +01:00
|
|
|
repository = "https://github.com/tuono-labs/tuono"
|
2024-05-25 12:03:03 +02:00
|
|
|
readme = "../../README.md"
|
|
|
|
|
license-file = "../../LICENSE.md"
|
2024-06-27 17:52:32 +02:00
|
|
|
categories = ["web-programming"]
|
2024-05-25 12:03:03 +02:00
|
|
|
include = [
|
|
|
|
|
"src/*.rs",
|
|
|
|
|
"Cargo.toml"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[lib]
|
2024-12-06 19:00:54 +01:00
|
|
|
proc-macro = true
|
2024-05-25 12:03:03 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-12 18:38:44 +02:00
|
|
|
syn = { version = "2.0.0", features = ["full"] }
|
2024-05-25 12:03:03 +02:00
|
|
|
quote = "1.0"
|