otter/gpodder_test/Cargo.toml
Jef Roosens 8498fe9661
refactor(test): move existing gpodder_sqlite tests into a separate crate
This refactor allows new implementations of the store contract to reuse
the same tests, ensuring all implementations support the same behavior.
2026-05-06 20:38:04 +02:00

9 lines
157 B
TOML

[package]
name = "gpodder_test"
version.workspace = true
edition.workspace = true
[dependencies]
gpodder = { path = "../gpodder" }
chrono.workspace = true