feat: Added typegen for jellyfin structs and enums

This commit is contained in:
uttarayan21
2025-11-13 14:57:00 +05:30
parent 07027d6121
commit ffd5562ed3
9 changed files with 9501 additions and 117 deletions

7
Cargo.lock generated
View File

@@ -4106,9 +4106,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.94"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
@@ -5934,7 +5934,10 @@ dependencies = [
name = "typegen"
version = "0.1.0"
dependencies = [
"heck 0.5.0",
"indexmap",
"prettyplease",
"proc-macro2",
"quote",
"serde",
"serde_json",