1
Fork 0
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:
Joshua Goins 2025-03-22 21:49:05 -04:00
parent a6b485108f
commit 613fa551fb

View file

@ -1,8 +1,13 @@
[package] [package]
name = "kawari" name = "kawari"
description = "A server replacement for a certain MMO." description = "A server replacement for a certain MMO."
authors = ["Joshua Goins <josh@redstrate.com>"]
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
license = "GPL-3.0"
homepage = "https://xiv.zone/kawari"
repository = "https://github.com/redstrate/Kawari"
readme = "README.md"
[[bin]] [[bin]]
name = "kawari-frontier" name = "kawari-frontier"