mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-14 18:35:39 +01:00
13 lines
258 B
TOML
13 lines
258 B
TOML
[bindings.kotlin]
|
|
package_name = "org.cashudevkit"
|
|
cdylib_name = "cdk_ffi"
|
|
|
|
[bindings.python]
|
|
cdylib_name = "cdk_ffi"
|
|
|
|
[bindings.swift]
|
|
module_name = "CashuDevKit"
|
|
cdylib_name = "cdk_ffi"
|
|
generate_codable_conformance = true
|
|
generate_immutable_records = true
|