mirror of https://github.com/spikecodes/libreddit
20 lines
633 B
TOML
20 lines
633 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.6"
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
base64 = "0.13.0"
|
|
actix-web = { version = "3.3.2", features = ["rustls"] }
|
|
reqwest = { version = "0.10", default_features = false, features = ["rustls-tls"] }
|
|
askama = "0.10.5"
|
|
serde = { version = "1.0.118", default_features = false, features = ["derive"] }
|
|
serde_json = "1.0"
|
|
async-recursion = "0.3.1"
|
|
url = "2.2.0"
|
|
regex = "1.4.2"
|
|
time = "0.2.23" |