diff --git a/drust/Cargo.toml b/drust/Cargo.toml index 5c01b95c..ea58b30b 100644 --- a/drust/Cargo.toml +++ b/drust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drust" -version = "0.0.4" +version = "0.0.5" edition = "2021" description = """\ diff --git a/config/common.toml b/drust/config/common.toml similarity index 100% rename from config/common.toml rename to drust/config/common.toml diff --git a/config/default.toml b/drust/config/default.toml similarity index 100% rename from config/default.toml rename to drust/config/default.toml diff --git a/config/predefined.toml b/drust/config/predefined.toml similarity index 100% rename from config/predefined.toml rename to drust/config/predefined.toml