RadicalZephyr / sodium-rust

FRP implementation in Rust
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Make parking lot an optional dependency #22

Open RadicalZephyr opened 7 months ago

RadicalZephyr commented 7 months ago

To avoid pulling in another dependency on a patch version update, gate parking lot behind a feature flag.