[package]
name = "libjuno"
version = "0.1.2"
edition = "2024"
license-file = "./LICENSE"
description = "Library for JunoLang"
homepage = "https://github.com/L0rdCycl0p/JunoLang"
repository = "https://github.com/L0rdCycl0p/JunoLang"
readme = "./README.md"
keywords = ["language", "junolang", "juno", "programming-language"]
include = [
"**/*.rs",
"**/*.pest"
]
[dependencies]
inkwell = { version = "0.9.0", features = ["llvm22-1"] }
llvm-sys = "221.0.1"
pest = "2.8.6"
pest_derive = "2.8.6"
phf = "0.14.0"
phf_macros = "0.14.0"