cargo toml

This commit is contained in:
mightypanders 2023-02-14 15:44:31 +01:00
parent ff0f68bb52
commit 85af6cab63
2 changed files with 1111 additions and 0 deletions

1099
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "cart_sync"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
futures = "0.3.26"
reqwest = { version = "0.11.14", features = ["blocking"] }
tokio = { version = "1.25.0", features = ["full"] }