Skip to content

Commit

Permalink
feat(python): add ctrlc dependency for signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
afyef committed Dec 14, 2024
1 parent 66af7c5 commit 9f0b4d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/language_client_python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ internal-baml-codegen.workspace = true
env_logger.workspace = true
futures.workspace = true
indexmap.workspace = true
libc = "0.2"
log.workspace = true
ctrlc = "3.4"
# Consult https://pyo3.rs/main/migration for migration instructions
pyo3 = { version = "0.23.3", default-features = false, features = [
"abi3-py38",
Expand All @@ -44,6 +46,7 @@ regex.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = [
"json",
"env-filter",
Expand Down

0 comments on commit 9f0b4d2

Please sign in to comment.