You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get errors when executing the command:
cdk deploy start --config mqtt_emqx.yaml
error: invalid character `{` in package name: `{{project-name}}`, the first character must be a Unicode XID start character (most letters or `_`)
--> ../.cargo/git/checkouts/fluvio-190650900278d481/d9a7632/connector/cargo_template/Cargo.toml:2:8
|
2 | name = "{{project-name}}"
| ^^^^^^^^^^^^^^^^^^
|
error: invalid inline table
expected `}`
--> ../.cargo/git/checkouts/fluvio-190650900278d481/d9a7632/smartmodule/cargo_template/Cargo.toml:11:23
|
11 | fluvio-smartmodule = {{fluvio-smartmodule-cargo-dependency}}
| ^
|
Error: Could not find a default cargo package in /home/emq/sql-connector/Cargo.toml. Try the -p option to specify a project/package.
The text was updated successfully, but these errors were encountered:
I get errors when executing the command:
cdk deploy start --config mqtt_emqx.yaml
Error: Could not find a default cargo package in /home/emq/sql-connector/Cargo.toml. Try the
-p
option to specify a project/package.The text was updated successfully, but these errors were encountered: