cargo toml
This commit is contained in:
parent
ff0f68bb52
commit
85af6cab63
File diff suppressed because it is too large
Load Diff
|
@ -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"] }
|
Loading…
Reference in New Issue