Can't set rust_input to crate::api #2107
Replies: 1 comment 2 replies
-
Hi, could you please show full |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out how to scan external crates. My first problem is the rust_input field in flutter_rust_bridge.yaml.
When I set that using crate::api instead of rust/src/api/**/*.rs, I get this error:
Error: Find zero rust input paths. (glob_pattern="[MY PATH]\\lib/src/api/**/*.rs")
I'm on Windows 11, and I'm using a newly generated flutter_rust_bridge project.
Beta Was this translation helpful? Give feedback.
All reactions