diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..8d7d961 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "schala" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 3a49afa..c139836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,9 @@ [package] -name = "null_only_language" +name = "schala" version = "0.1.0" -authors = ["greg "] +authors = ["greg "] +edition = "2021" [dependencies] -simplerepl = { path = "../simplerepl" } -llvm-sys = "*" -[dependencies.iron_llvm] -git = "https://github.com/jauhien/iron-llvm.git"