rename crate

This commit is contained in:
OMGeeky
2024-04-20 13:39:00 +02:00
parent ba18de57f8
commit 8864594583
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "backup-config"
name = "twba-backup-config"
version = "0.1.3"
edition = "2021"

View File

@@ -1,6 +1,6 @@
#[cfg(test)]
mod test {
use backup_config::prelude::*;
use twba_backup_config::prelude::*;
#[test]
fn test_config() {