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() {