from setuptools import setup def build_native(spec): # build an example rust library build = spec.add_external_build( cmd=['cargo', 'build', '--release'], ...
確定! 回上一頁