Compare commits

...

1 Commits

Author SHA1 Message Date
Greg Shuflin
8c9d787868 Update to edition 2021 2024-08-13 01:58:20 -07:00
2 changed files with 10 additions and 6 deletions

7
Cargo.lock generated Normal file
View File

@ -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"

View File

@ -1,12 +1,9 @@
[package]
name = "null_only_language"
name = "schala"
version = "0.1.0"
authors = ["greg <greg.shuflin@protonmail.com>"]
authors = ["greg <greg@everydayimshuflin.com>"]
edition = "2021"
[dependencies]
simplerepl = { path = "../simplerepl" }
llvm-sys = "*"
[dependencies.iron_llvm]
git = "https://github.com/jauhien/iron-llvm.git"