Add default clients #105

Merged
pierre merged 9 commits from feat-default-client into master 2023-04-15 10:19:16 +00:00
2 changed files with 391 additions and 304 deletions
Showing only changes of commit 14bda544f7 - Show all commits

693
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ serde = { version = "1.0.159", features = ["derive"] }
bcrypt = "0.14.0"
uuid = { version = "1.2.2", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.11.1"
askama = "0.12.0"
futures-util = "0.3.27"
urlencoding = "2.1.2"
rand = "0.8.5"