libreddit/Cargo.toml

23 lines
546 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"
2021-02-01 03:50:31 +01:00
version = "0.2.9"
2020-10-25 21:25:59 +01:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
tide = "0.16"
async-std = { version = "1", features = ["attributes"] }
surf = "2"
2021-01-21 02:38:34 +01:00
base64 = "0.13"
cached = "0.23"
2021-01-17 07:04:03 +01:00
futures = "0.3"
2021-01-21 02:38:34 +01:00
askama = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
2021-01-21 02:38:34 +01:00
async-recursion = "0.3"
regex = "1"
2021-02-08 02:56:06 +01:00
time = "0.2"