Implement a serializer for user preferences (#336)

This commit is contained in:
Jeidnx 2024-12-02 17:29:57 +01:00 committed by GitHub
parent e4fc22cf90
commit d7ec07cd0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 70 additions and 5 deletions

View file

@ -50,6 +50,7 @@ async-recursion = "1.1.1"
common-words-all = { version = "0.0.2", default-features = false, features = ["english", "one"] }
hyper-rustls = { version = "0.24.2", features = [ "http2" ] }
tegen = "0.1.4"
serde_urlencoded = "0.7.1"
[dev-dependencies]