NAME

    Alien::cargo - Find or download the cargo command (build system and
    package manager for Rust)

VERSION

    version 0.01

SYNOPSIS

DESCRIPTION

METHODS

 bin_dir

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

 version

     my $version = Alien::cargo->version;

 install_type

     my $install_type = Alien::cargo->install_type;
     my $bool = Alien::cargo->install_type($install_type);

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.

