Closed drbrain closed 1 year ago
For larger rust projects there may be enough nested dependencies that the build script crashes due to a stack overflow. This allows dependency collection depth to be limited to a chosen depth, no depth, or be unlimited.
This looks like a useful feature for projects with deep dependencies.
For larger rust projects there may be enough nested dependencies that the build script crashes due to a stack overflow. This allows dependency collection depth to be limited to a chosen depth, no depth, or be unlimited.