From: Taran Nathan Date: Thu, 21 May 2026 20:48:03 +0000 (-0700) Subject: roomy X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=dd4948344a1837091a8b8cb08c99a8c73674ff84;p=cart.git roomy --- diff --git a/Cargo.toml b/Cargo.toml index e0fc46c..6eae5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,6 @@ members = [ "generator", "structs", + "roomy", ] resolver = "3" diff --git a/roomy/Cargo.toml b/roomy/Cargo.toml new file mode 100644 index 0000000..ff2fd8f --- /dev/null +++ b/roomy/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "roomy" +version = "0.0.0" +edition = "2024" + +[dependencies] \ No newline at end of file diff --git a/roomy/src/main.rs b/roomy/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/roomy/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +}