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