blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
16 stars 17 forks source link

Replace current manual `.env` parser by `.toml` configuration file #12

Closed marcospb19 closed 3 years ago

marcospb19 commented 3 years ago

TOML is the most used format by the Rust community to edit configurations,

We currently expect a .env file because it's commonly used in other languages, but .toml looks like a better choice.

marcospb19 commented 3 years ago

Solved.