whatyouhide / nimble_lz4

LZ4 compression for Elixir using Rust NIFs. 🗜
https://github.com/lz4/lz4
Apache License 2.0
27 stars 4 forks source link

Add Cross.toml in order to pass the NIF version to cross #4

Closed philss closed 2 years ago

philss commented 2 years ago

This is important because cross don't have access by default to the env vars in the system.

This is related to https://github.com/philss/rustler_precompiled/issues/23

whatyouhide commented 2 years ago

Oh nice! 👀