diff --git a/patch-db/.gitignore b/patch-db/.gitignore new file mode 100644 index 0000000..1096b27 --- /dev/null +++ b/patch-db/.gitignore @@ -0,0 +1,3 @@ +/target +Cargo.lock +test.db \ No newline at end of file diff --git a/Cargo.toml b/patch-db/Cargo.toml similarity index 100% rename from Cargo.toml rename to patch-db/Cargo.toml diff --git a/src/lib.rs b/patch-db/src/lib.rs similarity index 100% rename from src/lib.rs rename to patch-db/src/lib.rs diff --git a/src/test.rs b/patch-db/src/test.rs similarity index 100% rename from src/test.rs rename to patch-db/src/test.rs