Nicotine/Cargo.toml
alterwain c55143440e modified: Cargo.lock
modified:   Cargo.toml
	modified:   src/lib.rs
2025-03-18 18:12:53 +03:00

12 lines
241 B
TOML

[package]
name = "nicotine"
version = "0.1.16"
edition = "2024"
description = "A small rust crate for patching mojang's Authlib"
authors = ["alterwain"]
[lib]
crate-type = ["staticlib", "cdylib", "lib"]
[dependencies]
zip-extract = "0.2.1"