[package]
edition = "2024"
name = "junocc"
version = "0.1.3"
authors = ["L0rdCyclp"]
build = false
include = [
"**/*.rs",
"**/*.pest",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler for JunoLang"
homepage = "https://github.com/L0rdCycl0p/JunoLang"
readme = "README.md"
keywords = [
"compiler",
"llvm",
"language",
"programming-language",
]
categories = ["compilers"]
license-file = "LICENSE"
repository = "https://github.com/L0rdCycl0p/JunoLang"
[[bin]]
name = "junocc"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.1"
features = ["derive"]
[dependencies.libjuno]
version = "0.1.3"