add: profile connections, spotify connection
This commit is contained in:
parent
a5c2356940
commit
33ba576d4a
31 changed files with 931 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tetratto-core"
|
||||
version = "1.0.7"
|
||||
version = "1.0.8"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
|
@ -17,6 +17,7 @@ tetratto-shared = { path = "../shared" }
|
|||
tetratto-l10n = { path = "../l10n" }
|
||||
serde_json = "1.0.140"
|
||||
totp-rs = { version = "5.7.0", features = ["qr", "gen_secret"] }
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
|
||||
redis = { version = "0.30.0", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue