add: missing package fields in Cargo.toml
This commit is contained in:
parent
c6d0a5cb2e
commit
e9c7bacd0e
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kosmora"
|
name = "kosmora"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Lily Vex <luxzi@pm.me>", "Caznix <caznix01@gmail.com>"]
|
||||||
|
description = "A Read-Only Virtual Filesystem for Game Assets"
|
||||||
|
repository = "https://github.com/Luxzi/kosmora"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["vfs", "virtual filesystem"]
|
||||||
|
license = "BSD-3-Clause"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue