shorty-http 0.5.3

shorty-http is a url shortener based on shorty and deployable as a standalone http server
Documentation
[dependencies.actix]
version = "0.7"

[dependencies.actix-web]
version = "0.7"

[dependencies.env_logger]
version = "0.6"

[dependencies.redis]
version = "0.10.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.shorty]
version = "0.5.3"

[dependencies.shorty-conf]
version = "0.5.3"

[package]
authors = ["Federico Fissore <federico@fissore.org>"]
description = "shorty-http is a url shortener based on shorty and deployable as a standalone http server"
edition = "2018"
homepage = "https://with.lv"
keywords = ["url", "shortener", "redis", "server", "serverless"]
license = "Apache-2.0"
name = "shorty-http"
readme = "../README.md"
repository = "https://github.com/ffissore/shorty"
version = "0.5.3"