lsts 0.6.22

Large Scale Type Systems
Documentation
[[bench]]
harness = false
name = "big_file"

[[bin]]
name = "lsts"
path = "src/main.rs"
[dependencies.l1_ir]
version = "0.0"

[dependencies.regex]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["Andrew <andrew@subarctic.org>"]
description = "Large Scale Type Systems"
documentation = "https://andrew-johnson-4.github.io/lsts-tutorial/"
edition = "2018"
keywords = ["type", "logic", "automated", "theorem", "proof"]
license = "MIT"
name = "lsts"
readme = "README.md"
repository = "https://github.com/andrew-johnson-4/LSTS"
version = "0.6.22"
[profile.release]
lto = true
opt-level = 3