Skip to content

Commit a0a7399

Browse files
committed
f Add uniffi.toml
1 parent 31f7dda commit a0a7399

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

uniffi.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[bindings.kotlin]
2+
package_name = "org.lightningdevkit.ldknode"
3+
cdylib_name = "ldk_node"
4+
5+
[bindings.python]
6+
cdylib_name = "ldk_node"
7+
8+
[bindings.swift]
9+
cdylib_name = "ldk_node"

0 commit comments

Comments
 (0)