mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
feat: create route handler macro
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "tuono_lib"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
authors = ["V. Ageno <valerioageno@yahoo.it>"]
|
||||
|
||||
[lib]
|
||||
name = "tuono_lib"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ssr_rs = "0.5.1"
|
||||
tuono_lib_macros = { path = "../tuono_lib_macros"}
|
||||
Reference in New Issue
Block a user