Skip to content

Commit

Permalink
➕ Add the barter eco-system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekeol committed Jan 22, 2024
1 parent eb951e9 commit ad1c0bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ barter-integration = "0.5.3" # to build robust financial exchange integrations,

# Misc
chrono = {version = "0.4.21", features = ["serde"]} # DateTime, Utc
uuid = {version = "1.2.2", features = ["v4", "serde"]}
uuid = {version = "1.2.2", features = ["v4", "serde"]}

# SerDe
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.83"

0 comments on commit ad1c0bc

Please sign in to comment.