app
Adom Shotlog
Public Made by Adomby adom
See the shots your AI never showed you, and know it actually SAW them. adom-shotlog streams every screenshot the AI gathers into a live gallery (webview/pup/browser/phone), reports whether a human is
[package]
name = "adom-shotlog"
version = "0.23.12"
edition = "2021"
description = "Screenshot log viewer and CLI for Adom"
license = "MIT"
repository = "https://wiki.adom.inc/adom/adom-shotlog"
authors = ["Adom Industries <[email protected]>"]
[dependencies]
axum = { version = "0.8", features = ["macros", "ws"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
base64 = "0.22"
chrono = { version = "0.4", features = ["serde"] }
tower-http = { version = "0.6", features = ["cors"] }
[profile.release]
opt-level = "z"
lto = true
strip = true