diff --git a/bin-compiler/Cargo.toml b/bin-compiler/Cargo.toml new file mode 100644 index 0000000000000000000000000000000000000000..0ff506b0458350246b455ae117d70921ecfa93cb --- /dev/null +++ b/bin-compiler/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "reowolf_compiler" +version = "0.1.0" +authors = [ + "Max Henger ", + "Christopher Esterhuyse ", + "Hans-Dieter Hiep " +] +edition = "2021" + +[dependencies] +reowolf_rs = { path = "../" } +clap = "3.0" \ No newline at end of file