Skip to content

Commit

Permalink
Add posting support
Browse files Browse the repository at this point in the history
  • Loading branch information
miakizz committed May 7, 2023
1 parent 2d81a40 commit a76f68a
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 53 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ categories = ["command-line-utilities"]

[dependencies]
serde_json = "1.0"
reqwest = { version = "0.11.14", features = ["blocking"] }
reqwest = { version = "0.11.14", default_features = false, features = [ "rustls-tls" ,"blocking","multipart","json"] }
string_concat = "0.0.1"
html2text = "0.5.0"
chrono = "0.4.23"
clap = { version = "4.1.8", features = ["derive"] }
deunicode = "1.3.3"
onig = "6"
mail-parser = "0.8.2"
mail-builder = "0.2.5"
serde = { version = "1.0.160", features = ["std", "derive"] }
Loading

0 comments on commit a76f68a

Please sign in to comment.