NAME

Alien::cargo::clone - Find or build the cargo clone command

VERSION

version 0.02

SYNOPSIS

use Alien::cargo::clone;
use Env qw( @PATH );

unshift @PATH, Alien::cargo::clone->bin_dir;
system 'cargo', 'clone', 'foo-bar';

DESCRIPTION

This Alien provides the cargo clone command.

METHODS

bin_dir

my @dir = Alien::cargo::clone->bin_dir;

Returns the list of directories (if any) that need to be added to the PATH to use cargo clone.

SEE ALSO

Alien::Rust
Alien::cargo
FFI::Build::File::Cargo

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.