From 380f759b00dc76d73a15f966c27a836abb81f681 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 15 Jan 2025 21:01:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[drust]=20Libera=20versi=C3=B3n?= =?UTF-8?q?=20de=20desarrollo=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drust/Cargo.toml | 2 +- {config => drust/config}/common.toml | 0 {config => drust/config}/default.toml | 0 {config => drust/config}/predefined.toml | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {config => drust/config}/common.toml (100%) rename {config => drust/config}/default.toml (100%) rename {config => drust/config}/predefined.toml (100%) 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