2020-10-26 09:25:59 +13:00
|
|
|
[package]
|
2020-10-26 17:06:05 +13:00
|
|
|
name = "libreddit"
|
2020-10-26 17:09:06 +13:00
|
|
|
description = " Alternative private front-end to Reddit"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
repository = "https://github.com/spikecodes/libreddit"
|
2020-11-18 14:55:18 +13:00
|
|
|
version = "0.1.3"
|
2020-10-26 09:25:59 +13:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-11-17 17:36:36 +13:00
|
|
|
actix-web = "3.2.0"
|
2020-11-19 15:50:59 +13:00
|
|
|
reqwest = "0.10.8"
|
2020-11-17 17:36:36 +13:00
|
|
|
askama = "0.8.0"
|
2020-10-26 16:30:34 +13:00
|
|
|
serde = "1.0.117"
|
2020-10-26 09:25:59 +13:00
|
|
|
serde_json = "1.0"
|
2020-10-26 15:55:00 +13:00
|
|
|
pulldown-cmark = "0.8.0"
|
2020-11-17 17:36:36 +13:00
|
|
|
chrono = "0.4.19"
|