Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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