aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3d675ff4beee6e2a69ede0bc85061b846ed20d3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "windmark-comments"
version = "0.1.3"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A comment engine module for Windmark"
documentation = "https://docs.rs/windmark-comments"
readme = "README.md"
homepage = "https://github.com/gemrest/windmark-comments"
repository = "https://github.com/gemrest/windmark-comments"
license = "GPL-3.0-only"
keywords = ["gemini", "windmark"]
categories = ["web-programming"]

[dependencies]
# Windmark
windmark = "0.1.9"

# Date/ time
chrono = "0.4.19"

# URL Encoding
urlencoding = "2.1.0"

# Async
tokio = { version = "0.2.4", features = ["full"] }