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 998ae26 commit f9e68b8Copy full SHA for f9e68b8
README.md
@@ -57,8 +57,8 @@ package:
57
58
functions:
59
test:
60
- # handler value syntax is `{rust_project_path}.{cargo_package_name}`
61
- handler: rust_project_path.cargo_package_name
+ # handler value syntax is `{rust_project_path}.{project_binary_name}`
+ handler: rust_project_path.project_binary_name
62
# you must use tags.rust = true to make this plugin works:
63
tags:
64
rust: true
0 commit comments