[package]
name = "sharp"
version = "0.1.0"
edition = "2021"
authors = ["Utsav Das"]
description = "A modern, statically-typed programming language with Python-like syntax, compiled to native code via LLVM. Game engine ready!"
repository = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine"
homepage = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine"
documentation = "https://github.com/Mehxeo/Sharp---Shattered-Game-Engine#documentation"
readme = "README.md"
license = "MIT"
keywords = ["compiler", "llvm", "language", "programming", "game-engine"]
categories = ["development-tools::build-utils", "parser-implementations"]
[dependencies]
logos = "0.13"
inkwell = { version = "0.5", features = ["llvm18-0"] }
clap = { version = "4.4", features = ["derive"] }
codespan-reporting = "0.11"
thiserror = "1.0"
anyhow = "1.0"