chore: added missing cargo manifest fields
This commit is contained in:
parent
5a84558d89
commit
84d7c7586b
3 changed files with 13 additions and 1 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue