chore: Add package description and licence

This commit is contained in:
Namu
2026-04-02 10:35:21 +02:00
parent 6b8215bfb9
commit c0d3dce334
3 changed files with 5 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ mod tests {
fn test_db_builder() {
let facade = DbBuilderFacade{};
match facade.build("./example.json".to_string(), "test_db".to_string()) {
match facade.build("./example.json".to_string(), "test.db".to_string()) {
Ok(_) => {assert!(true)},
Err(message) => {assert!(false, "{}", message)}
}