Nicotine/Cargo.toml
alterwain 875a7fdd5c modified: Cargo.lock
modified:   Cargo.toml
	modified:   src/lib.rs
2025-03-19 20:28:32 +03:00

12 lines
241 B
TOML

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