1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 17:21:08 +00:00

jsonwebtoken opt

This commit is contained in:
Felix Ableitner 2024-01-26 10:53:33 +01:00
parent 9b6bfdb5c0
commit be3b85c650

View file

@ -15,7 +15,8 @@ ssr = [
"diesel_migrations",
"tokio",
"leptos_axum",
"activitypub_federation"
"activitypub_federation",
"jsonwebtoken"
]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
@ -48,7 +49,7 @@ enum_delegate = "0.2.0"
env_logger = { version = "0.10.1", default-features = false }
futures = "0.3.29"
hex = "0.4.3"
jsonwebtoken = "9.2.0"
jsonwebtoken = {version = "9.2.0", optional = true }
rand = "0.8.5"
serde_json = "1.0.108"
sha2 = "0.10.8"