We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c8c90 commit 9c7e404Copy full SHA for 9c7e404
CMakeLists.txt
@@ -0,0 +1,5 @@
1
+cmake_minimum_required(VERSION 2.8.3)
2
+project(ros_rust)
3
+
4
+catkin_package()
5
package.xml
@@ -0,0 +1,14 @@
+<package>
+ <name>ros_rust</name>
+ <version>0.1.0</version>
+ <description>
+ ROS client for rust.
6
+ </description>
7
+ <maintainer email="[email protected]">Jon Binney</maintainer>
8
+ <license>BSD</license>
9
10
+ <buildtool_depend>catkin</buildtool_depend>
11
12
+ <run_depend>rospy</run_depend>
13
+ <run_depend>std_msgs</run_depend>
14
+</package>
0 commit comments