We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cd261 commit 94a88feCopy full SHA for 94a88fe
Cargo.toml
@@ -63,6 +63,7 @@ libc = "0.2"
63
llvm-sys = "80.1"
64
regex = "1"
65
static-alloc = { version = "0.1", optional = true }
66
+lazy_static = "1.3.0"
67
68
[badges]
69
travis-ci = { repository = "TheDan64/inkwell" }
src/lib.rs
@@ -16,6 +16,8 @@ extern crate libc;
16
extern crate llvm_sys;
17
#[macro_use]
18
extern crate inkwell_internal_macros;
19
+#[macro_use]
20
+extern crate lazy_static;
21
22
23
pub mod support;
0 commit comments