Add the rust dependency files
This commit is contained in:
parent
b254689e1e
commit
b461e87dd4
1 changed files with 4 additions and 0 deletions
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[dependencies]
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
Loading…
Add table
Add a link
Reference in a new issue