ebbdd7185f
* Initial commit * Port posts * Pinpoint Tide Bug * Revert testing * Add basic sub support * Unwrap nested routes * Front page & sync templates * Port remaining functions * Log request errors * Clean main and settings * Handle /w/ requests * Create template() util * Reduce caching time to 30s * Fix subscription redirects * Handle frontpage sorting
23 lines
546 B
TOML
23 lines
546 B
TOML
[package]
|
|
name = "libreddit"
|
|
description = " Alternative private front-end to Reddit"
|
|
license = "AGPL-3.0"
|
|
repository = "https://github.com/spikecodes/libreddit"
|
|
version = "0.2.9"
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tide = "0.16"
|
|
async-std = { version = "1", features = ["attributes"] }
|
|
surf = "2"
|
|
base64 = "0.13"
|
|
cached = "0.23"
|
|
futures = "0.3"
|
|
askama = "0.10"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
async-recursion = "0.3"
|
|
regex = "1"
|
|
time = "0.2"
|