mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Dessalines
e570c70701
- Login and Register mostly working. - Starting to work on creating communities.
22 lines
496 B
TOML
22 lines
496 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.0.1"
|
|
authors = ["Dessalines <happydooby@gmail.com>"]
|
|
|
|
[dependencies]
|
|
diesel = { version = "1.4.1", features = ["postgres","chrono"] }
|
|
dotenv = "0.9.0"
|
|
bcrypt = "0.3"
|
|
activitypub = "0.1.4"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
failure = "0.1.5"
|
|
serde_json = "*"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
actix = "*"
|
|
actix-web = "*"
|
|
env_logger = "*"
|
|
rand = "0.6.5"
|
|
strum = "0.14.0"
|
|
strum_macros = "0.14.0"
|
|
jsonwebtoken = "*"
|
|
regex = "1"
|