Skip to content

Commit

Permalink
[DEPS] Update dependencies on repo
Browse files Browse the repository at this point in the history
- bevy_ecs
- rumqttc
- nalgebra
- clap
- dotenvy
  • Loading branch information
MrVyM committed Nov 27, 2023
1 parent de8f096 commit 1b4e036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy_ecs = "0.12.0"
clap = "4.4.8"
dotenvy = "0.15.7"
nalgebra = "0.32.3"
rumqttc = "0.23.0"

# Git hooks
[dev-dependencies.cargo-husky]
Expand Down

0 comments on commit 1b4e036

Please sign in to comment.