diff --git a/cbindgen.toml b/cbindgen.toml new file mode 100644 index 0000000..0d8728e --- /dev/null +++ b/cbindgen.toml @@ -0,0 +1,7 @@ +header = "// SPDX-License-Identifier: MIT OR Apache-2.0" +sys_includes = ["stddef.h", "stdint.h", "stdlib.h"] +no_includes = true +include_guard = "LEWTON_LEWTON_H" +tab_width = 4 +style = "Type" +language = "C"