whatsapp-rust 0.5.0

Rust client for WhatsApp Web
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cargo-release configuration
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

# Only allow releasing from main
allow-branch = ["main"]

# We handle tagging and pushing in GitHub Actions, not cargo-release
tag = false
push = false

# Publish to crates.io
publish = true

# Verify before publishing (cargo package)
verify = true