[package] name = "cargo-swipl" version = "0.3.4" authors = ["Matthijs van Otterdijk "] edition = "2018" license = "Apache-2.0/MIT" description = "Tool for working with crates that use the SWI-Prolog Foreign Language Interface" repository = "https://github.com/terminusdb-labs/swipl-rs/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" swipl-info = {path="../swipl-info", version="0.3.2"}