crane/examples/quick-start-workspace
Ivan Petkov a3f0c63eed
Try to avoid IFD in vendorCargoDeps and crateNameFromCargoToml; also avoid recommending nesting cleanCargoSource and path (#641)
We don't need to nest `cleanCargoSource` and `path` just to populate a
default value for `name`. As they both ultimately delegate to
`builtins.path`, the nesting can lead to IFD in situations which are
otherwise avoidable
2024-06-10 20:53:46 -07:00
..
.config Add workspace example (#597) 2024-04-21 22:23:03 +00:00
my-cli Add workspace example (#597) 2024-04-21 22:23:03 +00:00
my-common Add workspace example (#597) 2024-04-21 22:23:03 +00:00
my-server Add workspace example (#597) 2024-04-21 22:23:03 +00:00
my-workspace-hack Add workspace example (#597) 2024-04-21 22:23:03 +00:00
.gitignore Add workspace example (#597) 2024-04-21 22:23:03 +00:00
Cargo.lock Add workspace example (#597) 2024-04-21 22:23:03 +00:00
Cargo.toml crateNameFromCargoToml: support selecting a name from metadata (#606) 2024-05-04 19:36:42 +00:00
deny.toml Add workspace example (#597) 2024-04-21 22:23:03 +00:00
flake.nix Try to avoid IFD in vendorCargoDeps and crateNameFromCargoToml; also avoid recommending nesting cleanCargoSource and path (#641) 2024-06-10 20:53:46 -07:00