1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
This commit is contained in:
mat 2022-11-11 20:01:54 -06:00
parent 9e09df1837
commit 981105b2c0
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,5 @@
//! Translate Minecraft strings from their id.
use lazy_static::lazy_static;
use std::io::Read;
use std::path::Path;

View file

@ -10,9 +10,10 @@
//! First, install Rust nightly with `rustup install nightly` and `rustup
//! default nightly`.
//!
//! Then, add one of the following lines to your Cargo.toml.\
//! Then, add one of the following lines to your Cargo.toml:
//!
//! Latest bleeding-edge version:
//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`
//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\
//! Latest "stable" release:
//! `azalea = "0.3"`
//!