128
128
CheckCall(['cargo', 'new', 'vendored-cbindgen', '--vcs', 'none'])
129
129
with ScopedWorkingDirectory('vendored-cbindgen'):
130
130
with open('Cargo.toml', 'a+') as fd:
132
132
CheckCall(['cargo', 'vendor'])
133
133
with ScopedWorkingDirectory('vendor/cbindgen'):