EmbarkStudios / cargo-fetcher

🎁 cargo plugin for quickly fetching dependencies 🦀

Home Page:http://embark.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `dir_name`

Jake-Shadle opened this issue · comments

When parsing config.toml, I broke parsing of just regular HTTP registry configs since

dir_name: String,
is not optional.