feat: add raw session args/opts

This commit is contained in:
Nathan Flurry 2026-02-04 23:41:11 -08:00
parent 7378abee46
commit d51203c628
30 changed files with 4968 additions and 329 deletions

View file

@ -23,6 +23,7 @@ axum.workspace = true
clap.workspace = true
futures.workspace = true
reqwest.workspace = true
regress.workspace = true
dirs.workspace = true
time.workspace = true
chrono.workspace = true
@ -36,6 +37,7 @@ tracing-logfmt.workspace = true
tracing-subscriber.workspace = true
include_dir.workspace = true
base64.workspace = true
portable-pty = "0.8"
tempfile = { workspace = true, optional = true }
[target.'cfg(unix)'.dependencies]