Skip to content

Commit 3ae7d35

Browse files
committed
Fixes for releasing to crates.io (#231)
* Fixups for releasing to crates.io * Removed std_msgs as test dependency. Fix rosidl_runtime_rs version * Removed test * Removed test
1 parent 2665187 commit 3ae7d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rosidl_runtime_rs/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name = "rosidl_runtime_rs"
33
version = "0.2.0"
44
# This project is not military-sponsored, Jacob's employment contract just requires him to use this email address
5-
authors = ["Jacob Hassold <[email protected]>", "Nikolai Morin <[email protected]>"]
5+
authors = ["Esteve Fernandez <[email protected]>", "Nikolai Morin <[email protected]>", "Jacob Hassold <[email protected]>"]
66
edition = "2021"
7+
license = "Apache-2.0"
8+
description = "Message generation code shared by Rust projects in ROS 2"
79

810
[lib]
911
path = "src/lib.rs"

0 commit comments

Comments
 (0)