amper 1.0.0

Pack of macros for web-programming in Rust
Documentation
[package]
name = "amper"
version = "1.0.0"
edition = "2018"
authors = ["miras <m94765@gmail.com>"]
license = "MIT"
description = "Pack of macros for web-programming in Rust"
readme = "README.md"
keywords = ["macro", "web"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
amper_mac = "0.1.0"

actix-web = "3"
regex = "1.5.4"
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
actix-files = "0.3"

reqwest = "0.11.4"
stdm = "0.1.0"