diff --git a/Cargo.toml b/Cargo.toml index aafa56e..71845dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "zenoh_launch" +name = "prr_launch" version = "0.1.0" edition = "2021" @@ -12,4 +12,4 @@ zenoh = "0.7.0-rc" keyboard_publisher = {git = "https://github.com/PureRustRobot/keyboard_publisher.git"} command_controller = {git = "https://github.com/PureRustRobot/command_controller.git"} motor_controller = {git = "https://github.com/PureRustRobot/motor_controller"} -serial_transporter = {git = "https://github.com/PureRustRobot/serial_transporter"} \ No newline at end of file +serial_transporter = {git = "https://github.com/PureRustRobot/serial_transporter"}