Files
tuono/crates/tuono_lib/Cargo.toml
T

28 lines
613 B
TOML
Raw Normal View History

2024-05-18 20:45:35 +02:00
[package]
name = "tuono_lib"
version = "0.0.11"
2024-05-18 20:45:35 +02:00
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
2024-05-25 12:03:03 +02:00
description = "The react/rust fullstack framework"
homepage = "https://github.com/Valerioageno/tuono"
readme = "../../README.md"
license-file = "../../LICENSE.md"
categories = ["web-programming"]
include = [
"src/*.rs",
"Cargo.toml"
]
2024-05-18 20:45:35 +02:00
[lib]
name = "tuono_lib"
path = "src/lib.rs"
[dependencies]
2024-05-25 18:04:43 +02:00
ssr_rs = "0.5.2"
axum = "0.7.5"
serde = { version = "1.0.202", features = ["derive"] }
erased-serde = "0.4.5"
serde_json = "1.0"
tuono_lib_macros = {path = "../tuono_lib_macros", version = "0.0.11"}