[[bin]]
name = "lunac"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[package]
authors = ["shuntia<shuntia@shuntia.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::build-utils"]
description = "Lunaris compiler - build tool and plugin manager for the Lunaris video editor"
documentation = "https://docs.rs/lunac"
edition = "2024"
homepage = "https://github.com/lunaris-systems/lunac"
keywords = ["lunaris", "video-editor", "build-tool", "plugin-manager"]
license = "MIT OR Apache-2.0"
name = "lunac"
readme = "README.md"
repository = "https://github.com/lunaris-systems/lunac"
version = "0.1.4"