This commit is contained in:
h
2023-10-27 22:20:49 -04:00
commit 5b97755da8
10 changed files with 1902 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "linky"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6.20", features = ["macros"] }
tokio = { version = "1.0", features = ["full"] }
anyhow = "1.0.75"
minijinja = "1.0.8"
reqwest = { version = "0.11.22"}
regex = "1.10.0"
tl = "0.7.7"
axum-extra = { version = "0.8.0", features = ["cookie-signed", "cookie"] }
serde = { version = "1.0.189", features = ["derive"] }