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
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
Hello, I'm interested in using this crate. Unfortunately it's only accessible via git, but it's not possible to publish crates which depend directly on git dependencies without a version:
error: all dependencies must have a version specified when publishing.
dependency `otp` does not specify a version
Note: The published dependency will use the version from crates.io,
the `git` specification will be removed from the dependency declaration.
I understand there's already an otp on crates.io, but could you upload it under a different name such as rust-otp? You can keep the name of the crate itself the same for backwards compatibility.