diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000000..2e70c6a03f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "nocode" +version = "0.1.0" +edition = "2024" + +[dependencies] diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index c35f1b5f5e..0000000000 --- a/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -FROM scratch diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000000..f328e4d9d0 --- /dev/null +++ b/src/main.rs @@ -0,0 +1 @@ +fn main() {}