libfar/Cargo.toml

15 lines
483 B
TOML
Raw Normal View History

2022-04-10 02:16:19 -07:00
[package]
name = "libfar"
2022-04-10 03:11:02 -07:00
description = "Library for interacting with FAR archives"
2023-09-25 13:42:05 -07:00
version = "0.2.0"
2022-04-10 02:16:19 -07:00
edition = "2021"
2023-09-25 13:42:05 -07:00
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
homepage = "https://git.voremicrocomputers.com/husky/libfar"
repository = "https://git.voremicrocomputers.com/husky/libfar"
2022-04-10 03:11:02 -07:00
license = "MIT"
readme = "README.md"
keywords = ["far", "archive", "library", "EA"]
2022-04-10 03:15:10 -07:00
categories = ["encoding", "filesystem", "game-development", "parsing-tools"]
2022-04-10 02:16:19 -07:00
[dependencies]