Usage
valence_core
is designed to be used as a core crate for Valence functionality that is common across all node types and plug-ins. It is not designed to be used as a standalone crate, and will not compile as such.
🔧 Installation​
If you have cargo-add
installed, you can simply run the following command:
cargo add valence_core
Otherwise, add the following to your Cargo.toml
file:
[dependencies]
valence_core = "0.1.2"