fix file created_at not working on some targets

This commit is contained in:
2025-07-17 21:54:40 +02:00
parent d8963e1f2d
commit 1cfedd1608
3 changed files with 18 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ dotenv = "0.15.0"
hex = "0.4.3"
mime_guess = "2.0.5"
regex = "1.11.1"
rustix = { version = "1.0.8", features = ["fs"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sqlx = { version = "0.8.6", features = ["chrono", "postgres", "runtime-tokio", "time", "uuid"] }