Files

23 lines
510 B
TOML
Raw Permalink Normal View History

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"
description = "Superfast React fullstack framework"
homepage = "https://tuono.dev"
2024-07-08 09:24:20 +02:00
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
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]
proc-macro = true
2024-05-25 12:03:03 +02:00
[dependencies]
syn = { version = "2.0.0", features = ["full"] }
2024-05-25 12:03:03 +02:00
quote = "1.0"