Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 344 Bytes

File metadata and controls

10 lines (10 loc) · 344 Bytes

Example Project

Dependency

graph LR;
    pybin--config-->pylib--config-->pylib2
    pylib--pyproject-->numpy
    pylib2--pyproject-->numpy
Loading
  • python dependency in python crate (pylib, pylib2) should be specified in crate_python::config!.
  • other python dependency (numpy) should be specified in pyproject.toml