Skip to content

Commit 6988932

Browse files
committed
foo
1 parent bb8787e commit 6988932

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ edition = "2021"
66
license = "Apache-2.0"
77
description = "Parser for ROS .msg files"
88

9-
[lib]
10-
path = "src/lib.rs"
11-
12-
# Please keep the list of dependencies alphabetically sorted,
13-
# and also state why each dependency is needed.
149
[dependencies]
10+
anyhow = "1.0.98"
1511

16-
[features]
17-
default = []
18-
19-
[dev-dependencies]
20-
21-
[build-dependencies]

0 commit comments

Comments
 (0)