changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / cbindgen.toml

revision 0: eb8ed24e8a76
child 7: 315fedf35bc7
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/cbindgen.toml	Sun Apr 30 22:01:32 2023 -0400
     1.3@@ -0,0 +1,11 @@
     1.4+include_guard = "mpk_ffi_h"
     1.5+autogen_warning = "/* DO NOT TOUCH */"
     1.6+include_version = true
     1.7+language = "C"
     1.8+cpp_compat = true
     1.9+line_length = 88
    1.10+
    1.11+[parse]
    1.12+parse_deps = true
    1.13+include = ["mpk_config", "mpk_hash"]
    1.14+extra_bindings = ["mpk_hash", "mpk_config"]