libreddit/Cargo.toml

18 lines
454 B
TOML
Raw Normal View History

2020-10-25 20:25:59 +00:00
[package]
2020-10-26 04:06:05 +00:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2020-11-23 04:22:51 +00:00
version = "0.1.5"
2020-10-25 20:25:59 +00:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
2020-11-23 04:22:51 +00:00
actix-web = { version = "3.2.0", features = ["rustls"] }
2020-11-21 02:31:11 +00:00
surf = "2.1.0"
2020-11-17 04:36:36 +00:00
askama = "0.8.0"
2020-10-26 03:30:34 +00:00
serde = "1.0.117"
2020-10-25 20:25:59 +00:00
serde_json = "1.0"
2020-10-26 02:55:00 +00:00
pulldown-cmark = "0.8.0"
2020-11-17 04:36:36 +00:00
chrono = "0.4.19"