WIP
All checks were successful
run tests / check (push) Successful in 15s
run tests / release (push) Successful in 13s

This commit is contained in:
2025-12-05 21:05:59 +01:00
parent bd50bef4ad
commit 9b3653c15d
32 changed files with 1388 additions and 0 deletions

41
test-assets/Cargo.toml Normal file
View File

@@ -0,0 +1,41 @@
[package]
name = "resi"
version = "0.0.1"
edition = "2021"
description = "webservice for storing and delivering images"
[dependencies]
async-std.workspace = true
async-trait.workspace = true
serde.workspace = true
derive_more.workspace = true
thiserror.workspace = true
resi-aux.workspace = true
resi-core.workspace = true
resi-filters.workspace = true
resi-utils.workspace = true
resi-import.workspace = true
pyru.workspace = true
anyhow.workspace = true
tokio.workspace = true
futures.workspace = true
hyper.workspace = true
lazy_static.workspace = true
serde_json.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
bytes.workspace = true
url.workspace = true
regex.workspace = true
reqwest.workspace = true
tikv-jemallocator.workspace = true
sqlx.workspace = true
log.workspace = true
chrono.workspace = true
yolo-rs.workspace = true
image.workspace = true
arcstr.workspace = true
ndarray.workspace = true
once_cell.workspace = true
ort = "=2.0.0-rc.9"
ort-sys = "=2.0.0-rc.9"