compiling state [wip]

This commit is contained in:
2022-11-23 18:19:09 +01:00
parent 571be93ce1
commit f105b2ef2e
3 changed files with 931 additions and 23 deletions
+21
View File
@@ -9,3 +9,24 @@ edition = "2021"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
rss = { version = "2.0.1" }
actix-web = "4.1.0"
actix-rt = "2.7.0"
futures = "0.3.24"
serde = {version = "1.0.144", features = ["alloc","derive","serde_derive"]}
serde_derive = "1.0.145"
actix-service = "2.0.2"
diesel = { version = "2.0.2", features = ["postgres"]}
dotenv = "0.15.0"
bcrypt = "0.13.0"
uuid = {version = "1.2.1", features=["serde", "v4"]}
jwt = "0.16.0"
hmac = "0.12.1"
sha2 = "0.10.6"
log = "0.4.17"
env_logger = "0.9.3"
[dependencies.serde_json]
version = "1.0.86"
default-features = false
features = ["alloc"]