junocc 0.1.13

Compiler for JunoLang
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

[package]
name = "junocc"
include = [
    "**/*.rs",
    "**/*.pest"
]
description = "Compiler for JunoLang"
version.workspace = true
edition.workspace = true
license-file.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
clap.workspace = true
[dependencies.libjuno]
workspace = true
features = ["compiler"]