[[bin]]
name = "milaf"
path = "src/main.rs"
[build-dependencies.ilm_core]
version = "0.1.5"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.dirs]
version = "6.0"
[dependencies.ilm_core]
version = "0.1.5"
[package]
authors = ["@besaoct <xhafin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A fun programming language with Islamic terminology."
documentation = "https://github.com/besaoct/ilm-release"
edition = "2024"
license = "MIT"
name = "ilm"
readme = "README.md"
repository = "https://github.com/besaoct/ilm"
version = "0.1.5"