Skip to content

Commit

Permalink
chore: create cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
jackskelt committed Sep 2, 2023
1 parent 460c2c9 commit 20c46ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "merdadopago"
version = "0.1.0"
edition = "2021"


[dependencies]
reqwest = "0.11"
oauth2 = "4.4"
thiserror = "1.0"

[dev-dependencies]
tokio = {version = "1.32", features = ["full"]}
dotenvy = "0.15"

0 comments on commit 20c46ac

Please sign in to comment.