Skip to content

Commit f160800

Browse files
committed
feat: enhance event handling by adding new event types and refactoring existing logic
1 parent 3ecb271 commit f160800

4 files changed

Lines changed: 535 additions & 81 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "tryx"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.28.0"
12+
pyo3 = { version = "0.28.0", features = ["extension-module"] }
1313
whatsapp-rust = "0.3"
1414
whatsapp-rust-sqlite-storage = "0.3"
1515
whatsapp-rust-tokio-transport = "0.3"

0 commit comments

Comments
 (0)