Nicotine/Cargo.toml
alterwain dfcdc18df8 modified: Cargo.lock
modified:   Cargo.toml
	modified:   src/lib.rs
2025-03-18 22:47:00 +03:00

12 lines
241 B
TOML

[package]
name = "nicotine"
version = "0.1.17"
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"