refactor: move server to own package; set up workspace dependencies
This commit is contained in:
parent
279983c64c
commit
7abce21aee
34 changed files with 41 additions and 30 deletions
|
|
@ -9,12 +9,14 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
gpodder = { path = "../gpodder" }
|
||||
|
||||
rand = { workspace = true }
|
||||
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"] }
|
||||
tracing = "0.1.41"
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
rand = "0.8.5"
|
||||
libsqlite3-sys = { version = "0.31.0", features = ["bundled"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue