Skip to content

Commit bfb5e1a

Browse files
committed
feat: add Cargo.toml EmPy Package for ament_cargo
Signed-off-by: Parth Patel <[email protected]>
1 parent 4999221 commit bfb5e1a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[package]
2+
name = "@project_name"
3+
version = "0.0.1"
4+
authors = ["@maintainer_name <@maintainer_email>"]
5+
edition = "2021"
6+
7+
[[bin]]
8+
name = "@project_name"
9+
path = "src/main.rs"
10+
11+
[dependencies]
12+
anyhow = {version = "1", features = ["backtrace"]}
13+
rclrs = "0.5"
14+
rosidl_runtime_rs = "0.4"
15+
16+
# This specific version is compatible with Rust 1.75
17+
backtrace = "=0.3.74"
18+
19+
@[if dependencies]@
20+
@[ for dep in dependencies]@
21+
@dep = "*"
22+
@[ end for]@
23+
@[else]@
24+
# uncomment the following section in order to fill in
25+
# further dependencies manually.
26+
# <dependency> = "*"
27+
@[end if]@

ros2pkg/ros2pkg/resource/ament_cargo/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)