2021-05-04 11:29:36 +02:00
[ package ]
authors = [ "Dietrich <dietrich@teilgedanken.de>" ]
categories = [ "web-programming" , "network-programming" , "web-programming::http-server" , "command-line-utilities" ]
description = "A simple webservice that allows registered users to create short links including qr-codes.\nAnyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers."
edition = "2018"
keywords = [ "url" , "link" , "webpage" , "actix" , "web" ]
license = "MIT OR Apache-2.0"
2021-08-12 10:49:04 +02:00
name = "pslink-shared"
2021-05-04 11:29:36 +02:00
readme = "../pslink/README.md"
repository = "https://github.com/enaut/pslink/"
2021-08-12 10:51:22 +02:00
version = "0.4.1-alpha.0"
2021-05-04 11:29:36 +02:00
[ dependencies ]
serde = "1.0"
chrono = { version = "0.4" , features = [ "serde" ] }
2021-06-13 12:58:55 +02:00
enum-map = { version = "1" , features = [ "serde" ] }
strum_macros = "0.21"
2021-08-12 10:51:22 +02:00
strum = "0.21"