chore(doc): implement remainder of documentation

This commit is contained in:
Paul Makles
2022-03-19 18:19:24 +00:00
parent 43c475eabb
commit 8dd9acdb59
54 changed files with 499 additions and 123 deletions

35
Cargo.lock generated
View File

@@ -2793,6 +2793,37 @@ dependencies = [
"wither",
]
[[package]]
name = "rauth"
version = "1.0.0"
source = "git+https://github.com/insertish/rauth?rev=611b11baa9e199bcefd0ca5bd3302f9d6904a2c6#611b11baa9e199bcefd0ca5bd3302f9d6904a2c6"
dependencies = [
"async-std",
"base32",
"chrono",
"futures",
"handlebars",
"json",
"lazy_static",
"lettre",
"mongodb 1.2.3",
"nanoid",
"okapi",
"rand 0.8.4",
"regex",
"reqwest",
"rocket",
"rocket_okapi",
"rust-argon2",
"schemars",
"serde",
"serde_json",
"totp-lite",
"ulid 0.4.1",
"validator",
"wither",
]
[[package]]
name = "rdrand"
version = "0.4.0"
@@ -2989,7 +3020,7 @@ dependencies = [
"num_enum",
"once_cell",
"phf",
"rauth",
"rauth 1.0.0 (git+https://github.com/insertish/rauth?rev=611b11baa9e199bcefd0ca5bd3302f9d6904a2c6)",
"redis 0.21.2",
"regex",
"reqwest",
@@ -3029,7 +3060,7 @@ dependencies = [
"ops",
"optional_struct",
"pretty_env_logger",
"rauth",
"rauth 1.0.0 (git+https://github.com/insertish/rauth?rev=501d445e7b42a1c229bfa88c01fa6415f4cb7992)",
"redis-kiss",
"rocket",
"rocket_okapi",