Skip to content

Commit f610b92

Browse files
committed
dev: replace sailfish with tera
1 parent 0491148 commit f610b92

File tree

5 files changed

+437
-144
lines changed

5 files changed

+437
-144
lines changed

Cargo.lock

+153-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ rust-version.workspace = true
1616
version.workspace = true
1717

1818
[workspace.package]
19-
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
19+
authors = [
20+
"Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>",
21+
]
2022
categories = ["network-programming", "web-programming"]
2123
description = "A BitTorrent Index"
2224
documentation = "https://docs.rs/crate/torrust-tracker/"
@@ -74,7 +76,7 @@ lettre = { version = "0", features = [
7476
"tokio1-native-tls",
7577
"smtp-transport",
7678
] }
77-
sailfish = "0"
79+
tera = { version = "1", default-features = false }
7880
regex = "1"
7981
pbkdf2 = { version = "0", features = ["simple"] }
8082
text-colorizer = "1"
@@ -91,6 +93,7 @@ tower-http = { version = "0", features = ["cors", "compression-full"] }
9193
email_address = "0"
9294
hex = "0"
9395
uuid = { version = "1", features = ["v4"] }
96+
lazy_static = "1.4.0"
9497

9598
[dev-dependencies]
9699
rand = "0"

project-words.txt

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Swatinem
7777
taiki
7878
tempdir
7979
tempfile
80+
tera
8081
thiserror
8182
torrust
8283
Torrust

0 commit comments

Comments
 (0)