Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet committed Aug 22, 2023
2 parents bed0300 + 4e4653c commit 48e7a14
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 35 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "motor_toolbox_rs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
authors = ["Pollen Robotics"]
Expand All @@ -15,4 +15,8 @@ categories = ["science::robotics"]

[dependencies]
itertools = "0.11.0"
log = "0.4.20"
serde = { version = "1.0.183", features = ["derive"] }

[dev-dependencies]
env_logger = "0.10.0"
Loading

0 comments on commit 48e7a14

Please sign in to comment.