Oneshot mode and general improved error handling

This commit is contained in:
xenofem 2023-07-04 13:28:45 -04:00
parent 31e1b6302a
commit 8f74af7c7b
7 changed files with 185 additions and 132 deletions

View file

@ -6,6 +6,7 @@ authors = ["xenofem <xenofem@xeno.science>"]
license = "MIT"
[dependencies]
anyhow = "1.0.71"
dotenvy = "0.15.7"
eggbug = { git = "https://github.com/iliana/eggbug-rs.git", branch = "main" }
env_logger = "0.10"