llama 0.7.0

Friendly LLVM bindings
[dependencies.lazy_static]
version = "1"

[dependencies.llvm-sys]
features = ["no-llvm-linking"]
version = "110"

[dependencies.thiserror]
version = "1"

[features]
docs-rs = []

[package]
authors = ["Zach Shipko <zachshipko@gmail.com>"]
description = "Friendly LLVM bindings"
documentation = "https://zshipko.github.io/llama/llama"
edition = "2018"
keywords = ["LLVM", "JIT", "compiler"]
license = "ISC"
name = "llama"
readme = "README.md"
repository = "https://github.com/zshipko/llama"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["docs-rs"]