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

@ -2,6 +2,11 @@
resolver = "2"
members = ["torn-api", "torn-api-codegen"]
[workspace.package]
license-file = "./LICENSE"
repository = "https://github.com/TotallyNot/torn-api.rs.git"
homepage = "https://github.com/TotallyNot/torn-api.rs.git"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }