# deadnews-template-rust > Rust Project Template [![Rust: Crates.io](https://img.shields.io/crates/v/deadnews-template-rust.svg?logo=rust&logoColor=white)](https://crates.io/crates/deadnews-template-rust) [![GitHub: Release](https://img.shields.io/github/v/release/deadnews/deadnews-template-rust?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-rust/releases/latest) [![Docker: ghcr](https://img.shields.io/badge/docker-gray.svg?logo=docker&logoColor=white)](https://github.com/deadnews/deadnews-template-rust/pkgs/container/deadnews-template-rust) [![Rust: Docs.rs](https://docs.rs/deadnews-template-rust/badge.svg?logo=rust&logoColor=white)](https://docs.rs/deadnews-template-rust) [![CI: pre-commit](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-rust/main.svg)](https://results.pre-commit.ci/latest/github/deadnews/deadnews-template-rust/main) [![CI: Main](https://img.shields.io/github/actions/workflow/status/deadnews/deadnews-template-rust/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/deadnews-template-rust/actions/workflows/main.yml) ## Installation Cargo ```sh cargo install deadnews-template-rust ``` Docker ```sh docker pull ghcr.io/deadnews/deadnews-template-rust:latest # or docker pull ghcr.io/deadnews/deadnews-template-rust:latest-static ```