redsunlib/Cargo.toml

20 lines
564 B
TOML
Raw Normal View History

2020-10-25 13:25:59 -07:00
[package]
2020-10-25 21:06:05 -07:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2021-01-10 13:20:47 -08:00
version = "0.2.7"
2020-10-25 13:25:59 -07:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
2021-01-02 20:50:23 -08:00
base64 = "0.13.0"
2021-01-05 20:01:21 -08:00
actix-web = { version = "3.3.2", features = ["rustls"] }
2021-01-11 10:33:48 -08:00
ureq = "2.0.1"
2021-01-05 20:01:21 -08:00
askama = "0.10.5"
2021-01-07 08:38:05 -08:00
serde = { version = "1.0.118", default_features = false, features = ["derive"] }
2020-10-25 13:25:59 -07:00
serde_json = "1.0"
2020-12-31 15:54:13 -08:00
async-recursion = "0.3.1"
2021-01-02 10:58:21 -08:00
url = "2.2.0"
2021-01-05 20:01:21 -08:00
regex = "1.4.2"
2021-01-05 18:04:49 -08:00
time = "0.2.23"