Skip to content

stella-labs/dotenvy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

330 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenvy-tauri

A fork of the dotenvy crate with a modified dotenv! macro that loads environment variables from a .env file one level above CARGO_MANIFEST_DIR in the directory tree.

This allows you to use the dotenv! macro in a Tauri project to load environment variables from the .env file in the project root, given the following project structure:

- project_root/
  - .env
  - src-tauri/
    - Cargo.toml
    - src/
      - main.rs

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.2%
  • Shell 0.8%