mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
28 lines
648 B
TOML
28 lines
648 B
TOML
[package]
|
|
name = "tuono_internal"
|
|
version = "0.19.4"
|
|
edition = "2024"
|
|
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
|
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"
|
|
]
|
|
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.137"
|
|
|
|
[dev-dependencies]
|
|
fs_extra = "1.3.0"
|
|
tempfile = "3.14.0"
|
|
assert_cmd = "2.0.16"
|
|
serial_test = "3.0.0"
|