Add the rust dependency files

This commit is contained in:
Cody Cook 2023-05-08 23:21:33 +00:00
commit b461e87dd4

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }