Nicotine/Cargo.toml
alterwain 1586d7f17c modified: Cargo.lock
modified:   Cargo.toml
	modified:   src/lib.rs
	new file:   src/patch/Property.class
2025-03-19 20:15:04 +03:00

12 lines
241 B
TOML

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