I think I've got the workspace thing figured out..how the Cargo.toml files should reference each other

This commit is contained in:
Barry Pederson
2025-02-21 15:11:31 -08:00
parent e5f2bbf64e
commit 3fac9def78
7 changed files with 26 additions and 43 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ mod tests {
use crate::repository::PasswordDirectory;
use common::request::Request;
const TEST_PATH: &str = "./test_passwords";
const TEST_PATH: &str = "../test_passwords";
#[test]
fn it_checks_good_password() {