We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999221 commit bfb5e1aCopy full SHA for bfb5e1a
ros2pkg/ros2pkg/resource/ament_cargo/Cargo.toml.em
@@ -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
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
0 commit comments