[package] name = "abstract-calculus" version = "0.1.5" description = "A programming language and model of computation that matches the abstract algorithm perfectly." license = "MIT" authors = ["Victor Maia "] repository = "https://github.com/maiavictor/abstract-calculus" [lib] name = "absal" path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [dependencies]