feat(gpodder_sqlite): add signup links table
This commit is contained in:
parent
2514aa8413
commit
c48d2a78ca
6 changed files with 35 additions and 1 deletions
|
|
@ -15,8 +15,15 @@ tracing = { workspace = true }
|
|||
chrono = { workspace = true, features = ["serde"] }
|
||||
|
||||
libsqlite3-sys = { version = "0.31.0", features = ["bundled"] }
|
||||
diesel = { version = "2.2.7", features = ["r2d2", "sqlite", "returning_clauses_for_sqlite_3_35"] }
|
||||
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }
|
||||
|
||||
[dependencies.diesel]
|
||||
version = "2.2.7"
|
||||
features = [
|
||||
"r2d2",
|
||||
"sqlite",
|
||||
"returning_clauses_for_sqlite_3_35",
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue