chore: added missing cargo manifest fields

This commit is contained in:
TotallyNot 2025-04-24 13:58:19 +02:00
parent 5a84558d89
commit 84d7c7586b
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
3 changed files with 13 additions and 1 deletions

View file

@ -4,6 +4,9 @@ authors = ["Pyrit [2111649]"]
version = "0.1.0"
edition = "2024"
description = "Contains the v2 torn API model descriptions and codegen for the bindings"
license-file = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
[dependencies]
serde = { workspace = true }