summary refs log tree commit diff
path: root/Cargo.toml
blob: 685851fd546f621db3d5600f6d794e9d67b50387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "photoxide"
version = "0.1.0"
edition = "2021"

[dependencies]
joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" }
rocket = { version = "0.5.1" , features = ["json"] }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio", "uuid", "time"] }
time = { version = "0.3.36", features = ["serde-human-readable"] }
tokio = { version = "1.40.0", features = ["fs", "io-std", "rt"] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }