fparkan/libnres/Cargo.toml
Renovate Bot 729c972573
Some checks failed
renovate/artifacts Artifact file update failure
test suite / cargo test (push) Successful in 1m33s
test suite / cargo test (pull_request) Successful in 1m33s
Update Rust crate thiserror to v2
2024-11-10 21:05:05 +00:00

17 lines
411 B
TOML

[package]
name = "libnres"
version = "0.1.4"
description = "Library for NRes files"
authors = ["Valentin Popov <valentin@popov.link>"]
homepage = "https://git.popov.link/valentineus/fparkan"
repository = "https://git.popov.link/valentineus/fparkan.git"
license = "GPL-2.0"
edition = "2021"
keywords = ["gamedev", "library", "nres"]
[dependencies]
byteorder = "1.4"
log = "0.4"
miette = "7.0"
thiserror = "2.0"