redsunlib/Cargo.toml

23 lines
585 B
TOML
Raw Normal View History

2020-10-26 09:25:59 +13:00
[package]
2020-10-26 17:06:05 +13:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2021-02-01 15:50:31 +13:00
version = "0.2.9"
2020-10-26 09:25:59 +13:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
2021-02-16 11:09:45 +13:00
tide = "0.16.0"
async-std = { version = "1.9.0", features = ["attributes"] }
surf = "2.1.0"
base64 = "0.13.0"
cached = "0.23.0"
futures = "0.3.12"
askama = "0.10.5"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62"
async-recursion = "0.3.2"
regex = "1.4.3"
time = "0.2.25"