mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
7 lines
63 B
Nix
7 lines
63 B
Nix
{ cargoDeny
|
|
}:
|
|
|
|
cargoDeny {
|
|
src = ./simple-with-deny-toml;
|
|
}
|