@@ -4,6 +4,4 @@
*.gz
.vscode
.DS_Store
-src/react/node_modules
-src/react/build
-/.idea
+target/
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "vestacp"
+version = "0.1.0"
@@ -0,0 +1,12 @@
+[package]
+edition = "2021"
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[[bin]]
+path = "src/main.rs"
+[dependencies]
@@ -0,0 +1,3 @@
+fn main() {
+ println!("The actual code will be added here once licensing and the foundation is sorted out.");
+}