mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-31 20:02:18 +00:00
Actix Rewrite
This commit is contained in:
commit
9bd1b247bd
14 changed files with 3599 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "libreddit-actix"
|
||||
version = "0.1.0"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
actix-files = "0.4.0"
|
||||
askama = "0.9"
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.10", features = ["blocking"] }
|
||||
comrak = "0.8"
|
||||
chrono = "0.4"
|
||||
|
||||
[build-dependencies]
|
||||
askama = "0.9"
|
Loading…
Add table
Add a link
Reference in a new issue