mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
23 lines
513 B
TOML
23 lines
513 B
TOML
[package]
|
|
name = "tuono_lib_macros"
|
|
version = "0.19.4"
|
|
edition = "2024"
|
|
description = "Superfast React fullstack framework"
|
|
homepage = "https://tuono.dev"
|
|
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
|
|
repository = "https://github.com/tuono-labs/tuono"
|
|
readme = "../../README.md"
|
|
license-file = "../../LICENSE.md"
|
|
categories = ["web-programming"]
|
|
include = [
|
|
"src/**/*.rs",
|
|
"Cargo.toml"
|
|
]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0.0", features = ["full"] }
|
|
quote = "1.0"
|