diff --git a/Cargo.toml b/Cargo.toml index 9daa147..5f42aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "itconfig", - "itconfig_tests", + "itconfig-tests", "examples/diesel", "examples/rocket", # nightly "examples/hyper", @@ -9,5 +9,5 @@ members = [ default-members = [ "itconfig", - "itconfig_tests", + "itconfig-tests", ] diff --git a/itconfig_tests/Cargo.toml b/itconfig-tests/Cargo.toml similarity index 100% rename from itconfig_tests/Cargo.toml rename to itconfig-tests/Cargo.toml diff --git a/itconfig_tests/tests/config_macro.rs b/itconfig-tests/tests/config_macro.rs similarity index 100% rename from itconfig_tests/tests/config_macro.rs rename to itconfig-tests/tests/config_macro.rs diff --git a/itconfig_tests/tests/get_env.rs b/itconfig-tests/tests/get_env.rs similarity index 100% rename from itconfig_tests/tests/get_env.rs rename to itconfig-tests/tests/get_env.rs