Make Uniffi Records Codable in Swift (#1125)

This commit is contained in:
David Caseria
2025-09-25 13:59:01 -04:00
committed by GitHub
parent 500d162f67
commit f48660f344

View File

@@ -8,3 +8,5 @@ cdylib_name = "cdk_ffi"
[bindings.swift]
module_name = "CashuDevKit"
cdylib_name = "cdk_ffi"
generate_codable_conformance = true
generate_immutable_records = true