first
This commit is contained in:
+17
@@ -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"] }
|
||||
Reference in New Issue
Block a user