From 40d6925f3b6b9f9d585e48002bd26850b0c8efaf Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Tue, 3 Feb 2026 20:08:15 +0100 Subject: build: Added Cargo.toml, lock and lib.rs files --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/lib.rs (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..13af527 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,4 @@ +pub mod domain; +pub mod infrastructure; +pub mod application; +pub mod cli; -- cgit v1.2.3-70-g09d2