update version
This commit is contained in:
parent
86c3c6d62a
commit
c9dde6c44a
2 changed files with 5 additions and 7 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,16 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libfar"
|
name = "libfar"
|
||||||
description = "Library for interacting with FAR archives"
|
description = "Library for interacting with FAR archives"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["husky (fekhesk)"]
|
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
|
||||||
homepage = "https://gitlab.com/realmicrosoft/libfar-rs"
|
homepage = "https://git.voremicrocomputers.com/husky/libfar"
|
||||||
repository = "https://gitlab.com/realmicrosoft/libfar-rs"
|
repository = "https://git.voremicrocomputers.com/husky/libfar"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["far", "archive", "library", "EA"]
|
keywords = ["far", "archive", "library", "EA"]
|
||||||
categories = ["encoding", "filesystem", "game-development", "parsing-tools"]
|
categories = ["encoding", "filesystem", "game-development", "parsing-tools"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
add to your project with
|
add to your project with
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libfar = "0.1.1"
|
libfar = "0.2.0"
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue