16 lines
538 B
TOML
16 lines
538 B
TOML
[package]
|
|
name = "libfar"
|
|
description = "Library for interacting with FAR archives"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
authors = ["husky (fekhesk)"]
|
|
homepage = "https://gitlab.com/realmicrosoft/libfar-rs"
|
|
repository = "https://gitlab.com/realmicrosoft/libfar-rs"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
keywords = ["far", "archive", "library", "EA"]
|
|
categories = ["encoding", "filesystem", "game-development", "parsing-tools"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|