aviramha / rfernet

Python extension for Fernet encryption/decryption, faster than other alternatives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfernet dependencies fix

gburzynski-10clouds opened this issue · comments

My rfernet installation failed due to missing once_cell = "1.17.0" dependency in Cargo.toml.
I also needed to bump maturin to 1.4.0 because of regression in version 1.2.0.
I'll be happy to provide PR with fixes 👍

@aviramha Could you please add me as contributor?

Hi @gburzynski-10clouds - I can consider that but I prefer to go over your contributions over time before doing that.
Happy to receive a PR.

Ah sorry, I wasn't quite familiar with the workflow. No need to add me as contributor 😄
Here's my PR #12