-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

cargo build


> Compile a local package and all of its dependencies.

More information.


Build the package or packages defined by the `Cargo.toml` manifest file in the local path:

cargo build

Build artifacts in release mode, with optimizations:

cargo build --release

Require that `Cargo.lock` is up to date:

cargo build --locked

Build all packages in the workspace:

cargo build --workspace

Build a specific package:

cargo build --package {package}

Build only the specified binary:

cargo build --bin {name}

Build only the specified test target:

cargo build --test {testname}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:34:18 2024