DarrenBaldwin07 / clerk-rs

An unofficial Rust SDK for Clerk.dev
https://crates.io/crates/clerk-rs
MIT License
58 stars 23 forks source link

Remove dependency on openssl in tests #38

Closed hazelmeow closed 1 month ago

hazelmeow commented 1 month ago

This PR replaces openssl with the rng and rand crates which don't require additional dependencies.