blob: 2529b4a6f843cbe2412ff81fe8054569466f2843 (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "photoxide"
version = "0.1.0"
edition = "2021"
[dependencies]
joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.40.0", features = ["fs", "io-std", "rt"] }
|