[package]
edition = "2021"
name = "litex-lang"
version = "0.9.88-beta"
authors = ["Jiachen Shen"]
build = false
exclude = [
"litex/.binary/*",
"assets/*",
"examples/*",
"doc/*",
".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Formal Way to Write Math as It Looks"
homepage = "https://litexlang.com"
readme = "README.md"
keywords = [
"proof",
"formal-verification",
"theorem-prover",
"mathematics",
]
categories = [
"command-line-utilities",
"mathematics",
"science",
]
license = "Apache-2.0"
repository = "https://github.com/litexlang/golitex"
[lib]
name = "litex"
path = "src/lib.rs"
[[bin]]
name = "litex"
path = "src/main.rs"
[dependencies]