rust-script
rust-script copied to clipboard
Support for .env file?
Is it possible to load environment variables from a .env file? I tried dotenvy but no matter where the .env file is placed, I always receive the error:
.env file not found: Io(Custom { kind: NotFound, error: "path not found" })