chore: remove features that don't compile
add: posts "circle" column
This commit is contained in:
parent
0310418837
commit
50704d27a9
42 changed files with 71 additions and 365 deletions
|
@ -3,12 +3,6 @@ name = "tetratto-core"
|
|||
version = "7.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
postgres = ["oiseau/postgres"]
|
||||
sqlite = ["oiseau/sqlite"]
|
||||
redis = ["oiseau/redis"]
|
||||
default = ["sqlite", "redis"]
|
||||
|
||||
[dependencies]
|
||||
pathbufd = "0.1.4"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
|
@ -25,4 +19,4 @@ base16ct = { version = "0.2.0", features = ["alloc"] }
|
|||
base64 = "0.22.1"
|
||||
emojis = "0.6.4"
|
||||
regex = "1.11.1"
|
||||
oiseau = { version = "0.1.2", default-features = false }
|
||||
oiseau = { version = "0.1.2", default-features = false, features = ["postgres", "redis"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue