<PLACEHOLDER_DESCRIPTION>
- <PLACEHOLDER_FEATURES>
Make sure you have the following installed:
- Cargo version stable or later.
-
Add the following repository to the
<repositories>block in yourpom.xmlfile:[registries.akazukin-mixed] index = "sparse+https://nexus.akazukin.org/repository/cargo-<PLACEHOLDER_REGISTRY>/" credential-provider = "cargo:token"
-
Add the dependency to the
<dependencies>block in yourpom.xmlfile:[dependencies] library = { package = "<PLACEHOLDER_ARTIFACT>", version = "VERSION", registry = "akazukin-mixed" }
Please read the Contribution Guide carefully and follow the coding conventions and guidelines when making your changes.
To build the project from source, follow these steps:
-
Clone the repository:
git clone https://github.com/Akazukin-Team/<PLACEHOLDER_REPO>.git cd <PLACEHOLDER_REPO>
-
Build the project with cargo:
cargo build
The compiled binary file will be located in the
target/directory. -
Publish to the registry using
cargo:cargo publish --registry=REGISTRY_NAME
This project uses GitHub Actions for Continuous Integration (CI). Every push to the production or development branch automatically triggers the build and test workflow.
This project is licensed under the terms described in the License file.
If you need further assistance or wish to contact us directly, please refer to the Support page.