api requests made, repl form
This commit is contained in:
parent
28a9a97bf5
commit
fd07ea0b2d
8 changed files with 2301 additions and 14 deletions
|
@ -4,3 +4,8 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
fuzzy-matcher = { version = "0.3.7", features = ["compact"] }
|
||||
reqwest = { version = "0.12.20", features = ["json"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde-xml-rs = "0.8.1"
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue