Skip to content

Commit 3de49ed

Browse files
committed
release build and .toml change beeped
1 parent 4e7b3b1 commit 3de49ed

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"] } # Or "native-tls"
7+
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"] }
88
regex = "1"
9-
tokio = { version = "1", features = ["full"] } # if using async reqwest
10-
serde_json = "1.0" # Only if you need to handle JSON specifically, not strictly for this.
11-
url = "2" # For URL encoding the WhatsApp message
9+
tokio = { version = "1", features = ["full"] }
10+
serde_json = "1.0"
11+
url = "2"
1212

13-
#reqwest = { version = "0.12", features = ["blocking", "json"] } # Using blocking for simplicity, async is also an option
14-
#regex = "1.10"
15-
#tokio = { version = "1", features = ["full"] } # Required for reqwest async, if you switch to async
16-
#scraper = "0.18"
17-
#url = "2.5" # Optional, not strictly needed for this specific logic
18-
#lettre = "0.10.1"

0 commit comments

Comments
 (0)