heaven 0.1.0

A web framework in the making
Documentation
[dependencies.darling]
version = "0.14.2"

[dependencies.quote]
version = "1.0.21"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.103"

[lib]
proc-macro = true

[package]
authors = ["Vivek Yadav <vivek.yadav472@gmail.com>"]
description = "A web framework in the making"
edition = "2021"
license = "MIT"
name = "heaven"
version = "0.1.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3