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
also, i actually think that it will be better if we can import the package name from Cargo.toml then define it in nix
that will require to point directly to the package toml file rather then the workspace directory
# For `nix build .#bar` and `nix run .#bar`:packages.bar=naersk'.buildPackage{src=./crates/bar;};# For `nix build .#foo` and `nix run .#foo`:packages.foo=naersk'.buildPackage{src=./crates/foo;};
i-am-logger
changed the title
examples/multiple-binaries do not respect name and version in Cargo.toml
examples/multiple-binaries does not respect name and version
Feb 14, 2025
executing
results is
expected having version
same goes for
foo
The text was updated successfully, but these errors were encountered: