mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
002733cd99
* fix: prevent dynamic fn replacement when not imported by tuono * feat: update version to v0.10.3 * Revert "fix(deps): update dependency zustand to v5 (#55)" This reverts commitd7a086dfb1. * Revert "fix(deps): update dependency zustand to v4.5.5 (#37)" This reverts commitb36dc0b897. * Revert "chore(deps): update dependency @testing-library/react to v16 (#38)" This reverts commit1a1b62698c. * Revert "chore(deps): update dependency @tanstack/config to ^0.13.0 (#32)" This reverts commit6c7cc62371. * revert pnpm update * Revert "chore(deps): update dependency vitest to v2 (#45)" This reverts commitc5b5f6aefe. * Revert "chore(deps): update dependency node to v20.18.0 (#33)" This reverts commit588326cc57.
23 lines
508 B
TOML
23 lines
508 B
TOML
[package]
|
|
name = "tuono_lib_macros"
|
|
version = "0.10.3"
|
|
edition = "2021"
|
|
description = "The react/rust fullstack framework"
|
|
keywords = [ "react", "typescript", "fullstack", "web", "ssr"]
|
|
repository = "https://github.com/Valerioageno/tuono"
|
|
readme = "../../README.md"
|
|
license-file = "../../LICENSE.md"
|
|
categories = ["web-programming"]
|
|
include = [
|
|
"src/*.rs",
|
|
"Cargo.toml"
|
|
]
|
|
|
|
[lib]
|
|
crate_type = ["proc-macro"]
|
|
proc-marco = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0.0", features = ["full"] }
|
|
quote = "1.0"
|