From 88645945830d3076478827503fef43541a2f047e Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 20 Apr 2024 13:39:00 +0200 Subject: [PATCH] rename crate --- Cargo.toml | 2 +- tests/test.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab36137..f60d487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "backup-config" +name = "twba-backup-config" version = "0.1.3" edition = "2021" diff --git a/tests/test.rs b/tests/test.rs index fe1d090..d898a6b 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -1,6 +1,6 @@ #[cfg(test)] mod test { - use backup_config::prelude::*; + use twba_backup_config::prelude::*; #[test] fn test_config() {