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

[dependencies]
joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" }
sqlx = "0.8.2"