Skip to content

Commit

Permalink
dev: replace sailfish with tera
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 14, 2023
1 parent 0491148 commit f610b92
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 144 deletions.
231 changes: 153 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ rust-version.workspace = true
version.workspace = true

[workspace.package]
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
authors = [
"Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>",
]
categories = ["network-programming", "web-programming"]
description = "A BitTorrent Index"
documentation = "https://docs.rs/crate/torrust-tracker/"
Expand Down Expand Up @@ -74,7 +76,7 @@ lettre = { version = "0", features = [
"tokio1-native-tls",
"smtp-transport",
] }
sailfish = "0"
tera = { version = "1", default-features = false }
regex = "1"
pbkdf2 = { version = "0", features = ["simple"] }
text-colorizer = "1"
Expand All @@ -91,6 +93,7 @@ tower-http = { version = "0", features = ["cors", "compression-full"] }
email_address = "0"
hex = "0"
uuid = { version = "1", features = ["v4"] }
lazy_static = "1.4.0"

[dev-dependencies]
rand = "0"
Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Swatinem
taiki
tempdir
tempfile
tera
thiserror
torrust
Torrust
Expand Down
Loading

0 comments on commit f610b92

Please sign in to comment.