bsatoollib 0.2.1

A library for working with BSA files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bsatoollib"
version = "0.2.1"
edition = "2021"
authors = ["arviceblot <github@relay.arviceblot.com>"]
license = "GPL-3.0"
description = "A library for working with BSA files"
homepage = "https://github.com/arviceblot/bsatool_rs"
repository = "https://github.com/arviceblot/bsatool_rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.40"