Automattic / hostmgr

A tool for managing macOS VM hosts
Mozilla Public License 2.0
8 stars 3 forks source link

Replace dotenv #53

Closed jkmassel closed 9 months ago

jkmassel commented 1 year ago

Replaces the dotenv dependency with our own implementation – this allows removing tons of dependencies (which reduce build time, binary size, and complexity dramatically.

crazytonyli commented 1 year ago

Ops, I left a comment regarding dotenv in the other PR before noticing there is a dedicated PR for dotenv.

[...] which reduce build time, binary size, and complexity dramatically

I see it now, the DotEnv package depends on swift-nio for some reason, which appears unnecessary.