[package] name = "air_main" version = "0.0.1" edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0" description = "The Main Library of the Air Programming Language" homepage = "https://github.com/LambdaAlpha/airlang" repository = "https://github.com/LambdaAlpha/airlang_rs" keywords = ["air", "language", "specification", "formal", "logic"] categories = ["compilers"] [dependencies.airlang] path = "../lib" version = "0.1.0" [dependencies.airlang_ext] path = "../ext" version = "0.1.0" [[test]] name = "main"