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"
|
2022-04-10 02:16:19 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["husky (fekhesk)"]
|
2022-04-10 03:11:02 -07:00
|
|
|
homepage = "https://gitlab.com/realmicrosoft/libfar-rs"
|
|
|
|
repository = "https://gitlab.com/realmicrosoft/libfar-rs"
|
|
|
|
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
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|