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,10 @@
|
|||
name = "torn-api"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
description = "Auto-generated bindings for the v2 torn api"
|
||||
license-file = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
homepage = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
|
|
@ -21,7 +25,7 @@ thiserror = "2"
|
|||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[build-dependencies]
|
||||
torn-api-codegen = { path = "../torn-api-codegen" }
|
||||
torn-api-codegen = { path = "../torn-api-codegen", version = "0.1" }
|
||||
syn = { workspace = true, features = ["parsing"] }
|
||||
proc-macro2 = { workspace = true }
|
||||
prettyplease = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue