Open dotlambda opened 1 year ago
Removing Cargo.lock from .gitignore and committing the file would help with packaging this Python module. Since this is not a Rust library it makes sense to include the file.
Cargo.lock
.gitignore
You are right, the confusing part was it results in a library for Python, but it's indeed not a RUST library by itself.
Removing
Cargo.lock
from.gitignore
and committing the file would help with packaging this Python module. Since this is not a Rust library it makes sense to include the file.