mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 12:01:08 +00:00
jsonwebtoken opt
This commit is contained in:
parent
9b6bfdb5c0
commit
be3b85c650
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue