awf-codegen 0.1.2

Actix web flask proc macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "awf-codegen"
version = "0.1.2"
authors = ["gotham <lixiao187@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Actix web flask proc macros"
repository = "https://github.com/gothame/rflask"
homepage = "https://github.com/gothame/rflask"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
syn = {version = "1.0",features=["full"]}