dotenvx 0.2.2

A secure environment variable management tool with built-in encryption
Documentation
1
2
3
4
5
6
7
pub mod decrypt;
pub mod encrypt;
pub mod run;

pub use decrypt::decrypt_file;
pub use encrypt::encrypt_file;
pub use run::run_command;