[workspace] members = [ "crates/api", "crates/server", "crates/cli", "crates/db", ] resolver = "3" [workspace.package] edition = "2024" version = "0.1.0" rust-version = "1.89" [workspace.dependencies] anyhow = "1.0.99" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.142" tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros", "signal"] } libloading = "0.8.8" tracing = "0.1.41" once_cell = "1.21.3" toml = "0.9.5" axum = "0.8.4" sha2 = "0.10.9" sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "macros", "postgres", "uuid", "chrono", "migrate"] } hex = "0.4.3" num_cpus = "1.17.0" unicode-segmentation = "1.12.0" readability = "0.3.0" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] } scraper = "0.23.1" dotenv = "0.15.0" # dev/test utilities in the workspace tokio-test = "0.4.4" axum-test = "17.3.0"