loro/crates/loro-ffi/cbindgen.toml

8 lines
202 B
TOML
Raw Normal View History

2023-01-28 11:59:37 +00:00
header = """
typedef struct LoroCore {} LoroCore;
typedef struct Text {} Text;
"""
2023-01-28 11:59:37 +00:00
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
language = "C"