Initial Commit

This commit is contained in:
2025-11-15 03:21:35 +01:00
commit c68a120f95
5 changed files with 1720 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "rust_reqwests"
version = "0.1.0"
edition = "2024"
[dependencies]
dialoguer = { version = "0.12.0", features = ["fuzzy-select"] }
reqwest = { version = "0.12", features = ["json"] }
serde = "1.0.228"
serde_json = "1.0.145"
tokio = { version = "1", features = ["full"] }