add: change database to postgres

This commit is contained in:
trisua 2025-08-18 21:32:43 -04:00
parent 24d9f17bd4
commit 187508b8f3
15 changed files with 647 additions and 471 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "fluffle"
version = "0.4.0"
version = "1.0.0"
edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/fluffle"
@ -31,3 +31,4 @@ serde_json = "1.0.142"
toml = "0.9.4"
serde_valid = { version = "1.0.5", features = ["toml"] }
regex = "1.11.1"
oiseau = { version = "0.1.2", default-features = false, features = ["postgres", "redis",] }