summaryrefslogtreecommitdiffstats
path: root/tests/rust/cython_options.toml
blob: 319352c1407ee92c2931bf667201998f4cc3fd9f (plain)
1
2
3
4
5
6
[cython]
header = '"my_header.h"'

[cython.cimports]
"libc.stdint" = ["int8_t", "int16_t"]
"libc.stddef" = ["*"]