Crates.io | webaves-app |
lib.rs | webaves-app |
version | 0.1.0 |
source | src |
created_at | 2022-07-05 20:00:04.420261 |
updated_at | 2022-07-05 20:00:04.420261 |
description | CLI application for web archiving software suite |
homepage | |
repository | https://github.com/chfoo/webaves |
max_upload_size | |
id | 620032 |
size | 105,929 |
Web archive software suite.
This is a binary crate for the application portion of the software suite. General information can be found in the main readme.
If you like to build the application yourself, install the latest stable version of Rust.
The following cargo command will build the application:
cargo build --release
The resulting executable will be placed in the target/release/
directory.
The cargo command can also build and install programs. This is a simple way for developers to install Rust binaries.
cargo install webaves-app