mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 08:22:41 +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"
|