Franz Dietrich
550a4b7520
pslink@0.4.3 pslink-app@0.4.3 pslink-locales@0.4.3 pslink-shared@0.4.3 Generated by cargo-workspaces
19 lines
805 B
TOML
19 lines
805 B
TOML
[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"
|
|
name = "pslink-shared"
|
|
readme = "../pslink/README.md"
|
|
repository = "https://github.com/enaut/pslink/"
|
|
version = "0.4.3"
|
|
|
|
[dependencies]
|
|
serde = {version="1.0", features = ["derive"]}
|
|
chrono = {version = "0.4", features = ["serde"] }
|
|
enum-map = {version="1", features = ["serde"]}
|
|
strum_macros = "0.21"
|
|
strum = "0.21"
|