add: change database to postgres
This commit is contained in:
parent
24d9f17bd4
commit
187508b8f3
15 changed files with 647 additions and 471 deletions
|
@ -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",] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue