1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-23 13:17:45 +00:00

Set the repository and license fields in the Cargo manifest

This commit is contained in:
Joshua Goins 2024-10-31 23:17:37 -04:00
parent 505924cc02
commit d561bd3701

View file

@ -3,6 +3,8 @@ name = "auracite"
version = "0.1.0"
edition = "2021"
description = "Export your FFXIV character in portable, generic formats"
repository = "https://github.com/redstrate/Auracite"
license = "AGPL-3"
[lib]
crate-type = ["cdylib", "rlib"]