fix session cmd (#13)

* fix session cmd

* address feedback
This commit is contained in:
Chris Tate
2026-01-12 00:06:34 -06:00
committed by GitHub
parent 5a7c7440c0
commit 277febad63
4 changed files with 166 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ serde_json = "1.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_Foundation"] }
[profile.release]
opt-level = 3
lto = true