libreddit/Cargo.toml

22 lines
478 B
TOML
Raw Normal View History

2020-10-25 21:25:59 +01:00
[package]
2020-10-26 05:06:05 +01:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2020-11-29 22:46:53 +01:00
version = "0.1.7"
2020-10-25 21:25:59 +01:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
2020-11-24 01:57:37 +01:00
[features]
default = ["proxy"]
proxy = ["actix-web/rustls"]
2020-10-25 21:25:59 +01:00
[dependencies]
2020-11-24 01:57:37 +01:00
actix-web = "3.2.0"
2020-11-21 03:31:11 +01:00
surf = "2.1.0"
2020-11-17 05:36:36 +01:00
askama = "0.8.0"
2020-10-26 04:30:34 +01:00
serde = "1.0.117"
2020-10-25 21:25:59 +01:00
serde_json = "1.0"
2020-10-26 03:55:00 +01:00
pulldown-cmark = "0.8.0"
2020-11-17 05:36:36 +01:00
chrono = "0.4.19"