Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Can't build from SD (mount)
I have limited disk space, so trying to build the Rust application from SD card, mounted with fstab (Linux) but have following errors:
error[E0463]: can't find crate for `librqbit_core`
--> src/main.rs:105:26
|
105 | match public.torrent(librqbit_core::Id20::from_str(info_hash).map_err(|_| Status::NotFound)?) {
| ^^^^^^^^^^^^^ can't find crate
...
When moving the folder to the home
location - it is work. How can I configure my profile to support SD card location (when I'm navigating to the project dir with cd /mnt/project-dir
)
3 posts - 2 participants
🏷️ Rust_feed