Also changes the schemas a bit (still don't care about migrations), switches to named_params!, fixes up perf issues when ingesting manifests and/or hrefs into sqlite, etc. Adds sample queries such as "CudaArtifact conflicts" to datasette config, which explain some issues associated with choosing an evalModules schema on the cudaPackages side.
19 lines
386 B
TOML
19 lines
386 B
TOML
[package]
|
|
name = "sidx"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.98"
|
|
clap = "4.5.35"
|
|
futures = "0.3.31"
|
|
reqwest = "0.12.15"
|
|
rusqlite = "0.34.0"
|
|
scraper = "0.23.1"
|
|
serde = "1.0.219"
|
|
serde_json = "1.0.140"
|
|
snix-castore = { version = "0.1.0", git = "https://git.snix.dev/snix/snix.git" }
|
|
tokio = "1.44.2"
|
|
tokio-stream = "0.1.17"
|
|
tokio-util = "0.7.14"
|
|
url = "2.5.4"
|