aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bc1b62ca6c61666de80329a177afaf0f5730e121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "files"
version = "0.1.0"
authors = ["Joris <joris@guyonvarch.me>"]
edition = "2021"

[dependencies]
anyhow = "1.0"
chrono = "0.4"
const_format = "0.2"
env_logger = "0.11"
futures-util = "0.3"
html-escape = "0.2"
http-body-util = "0.1"
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1", features = ["full"] }
log = "0.4"
rand = "0.10"
rusqlite = "0.37"
rusqlite_migration = "2.3"
tempfile = "3.27"
tokio = { version = "1", features = ["full"] }
tokio-rusqlite = "0.7"
tokio-util = "0.7"