lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Fix dev-dependency workaround with workspaces #118

Open kpcyrd opened 6 years ago

kpcyrd commented 6 years ago

This removes the workaround for https://github.com/rust-lang/cargo/issues/860 by refactoring to a workspace. This means encoding_index_tests is now a dev dependency instead of a regular dependency.