mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 04:12:18 +00:00
Use surf instead of reqwest
This commit is contained in:
parent
2236567b58
commit
4dbb5367e7
4 changed files with 1148 additions and 296 deletions
|
@ -3,13 +3,13 @@ name = "libreddit"
|
|||
description = " Alternative private front-end to Reddit"
|
||||
license = "AGPL-3.0"
|
||||
repository = "https://github.com/spikecodes/libreddit"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3.2.0"
|
||||
reqwest = "0.10.8"
|
||||
surf = "2.1.0"
|
||||
askama = "0.8.0"
|
||||
serde = "1.0.117"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue