You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Martin pointed out in #14 , we should have dependabot and a lockfile for the Python bindings part of the crate, since that produces a built artifact (quickdna.so). But since we don't want that for the Rust part which is meant to be consumed as a regular Rust library (https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html), we probably want two separate crates that aren't in a workspace so that only one has a lockfile, or something like that.
The text was updated successfully, but these errors were encountered:
As Martin pointed out in #14 , we should have dependabot and a lockfile for the Python bindings part of the crate, since that produces a built artifact (
quickdna.so
). But since we don't want that for the Rust part which is meant to be consumed as a regular Rust library (https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html), we probably want two separate crates that aren't in a workspace so that only one has a lockfile, or something like that.The text was updated successfully, but these errors were encountered: