Skip to content

berkowski/cargo-embed-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example cargo-embed project using Workspaces

cargo-embed doesn't seem to support workspaces. This simple workspace project is to help debug issue #119.

This project can be built using cargo build from the root directory. However, attempting to use cargo embed fails with:

$ cargo embed
error: package collision in the lockfile: packages common v0.1.0 (C:\path_to_workspace\common) and common v0.1.0 (C:\path_to_workspace\firmware\../common) 
are different, but only one can be written to lockfile unambiguously
       Error Failed to run cargo build: exit code = Some(101)

About

Example project using cargo-embed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages