@@ -0,0 +1,3 @@
+/target
+*swp
+*swo
@@ -0,0 +1,6 @@
+[package]
+name = "torus-api"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+fn main() {
+ println!("Hello, world!");
+}