mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-06 04:28:24 +00:00
This commit removes the env_logger dependency, replacing it with a simple implementation. Doing so removes like ten other transitive dependencies that no longer need to be included in the build. It also gains the ability to enable trace-level logging. The users crate, which contains such logging statements as of the version I published a few days ago, has been upgraded to celebrate. Also, change the log imports to globs. I'm only interested that a file doing logging, not what level it's logging at.
exa › development tools
These scripts deal with things like packaging release-worthy versions of exa.
They are not general-purpose scripts that you’re able to run from your main computer! They’re intended to be run from the Vagrant machine.