mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 06:37:45 +00:00
Add more metadata keys to Cargo.toml
This commit is contained in:
parent
a6b485108f
commit
613fa551fb
1 changed files with 5 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
|||
[package]
|
||||
name = "kawari"
|
||||
description = "A server replacement for a certain MMO."
|
||||
authors = ["Joshua Goins <josh@redstrate.com>"]
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://xiv.zone/kawari"
|
||||
repository = "https://github.com/redstrate/Kawari"
|
||||
readme = "README.md"
|
||||
|
||||
[[bin]]
|
||||
name = "kawari-frontier"
|
||||
|
|
Loading…
Add table
Reference in a new issue