feat: add create actions and more examples in README

This commit is contained in:
rzmk 2025-05-01 15:47:21 -04:00
parent d3217aad28
commit 933c050c98
No known key found for this signature in database
4 changed files with 667 additions and 5 deletions

View file

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
bon = "3.6.3"
dotenvy = "0.15.7"
reqwest = { version = "0.12.15", features = ["json"] }
reqwest = { version = "0.12.15", features = ["json", "multipart", "stream"] }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.44.2", features = ["full"] }