Skip to content

Commit

Permalink
remove tf_r2r and tf_rosrust from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 8, 2024
1 parent 3a8cde8 commit d3bd1b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[workspace]
resolver = "2"
members = [
"tf_r2r",
"tf_roslibrust",
"tf_rosrust",
]

[workspace.package]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/smilerobotics/tf_rosrust"
repository = "https://github.com/lucasw/tf_roslibrust"
authors = [
"Arjo Chakravarty <[email protected]>",
"Lucas Walter <[email protected]",
"Michael Maerz <[email protected]>",
"Mitsuharu Kojima <[email protected]>",
]
Expand All @@ -21,7 +20,5 @@ categories = ["science::robotics"]
[workspace.dependencies]
futures = "0.3"
nalgebra = "0.30"
r2r = "0.9"
rosrust = "0.9"
thiserror = "1.0"
tokio = "1"

0 comments on commit d3bd1b1

Please sign in to comment.