X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Futils%2FCargo.toml;h=d9f6867846964c559c55e17c5cf4dccbcbb28849;hb=1dba94c9cbdb7af838bbd13d6c81d349a603c623;hp=9415ff6ec7efde12a02fad0d1e93be891c78e5d1;hpb=985fe24669d3fdeecc0aa76cc74dd6570cbad5c8;p=lemmy.git diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 9415ff6e..d9f68678 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -46,6 +46,7 @@ smart-default = "0.6.0" jsonwebtoken = "8.1.1" lettre = "0.10.1" comrak = { version = "0.14.0", default-features = false } +totp-rs = { version = "4.2.0", features = ["gen_secret", "otpauth"] } [dev-dependencies] reqwest = { workspace = true }