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