mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-30 05:57:28 +03:00
9 lines
140 B
Nix
9 lines
140 B
Nix
|
{}:
|
||
|
|
||
|
# TODO: handle git/private registries
|
||
|
{ name
|
||
|
, version
|
||
|
, source
|
||
|
, ...
|
||
|
}: "https://crates.io/api/v1/crates/${name}/${version}/download"
|