136
136
CheckCall(['cargo', 'new', 'vendored-cbindgen', '--vcs', 'none'])
137
137
with ScopedWorkingDirectory('vendored-cbindgen'):
138
138
with open('Cargo.toml', 'a+') as fd:
140
140
CheckCall(['cargo', 'vendor'])
141
141
with ScopedWorkingDirectory('vendor/cbindgen'):