summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-08-10 16:09:41 +0100
committerKornel <kornel@geekhood.net>2019-08-10 16:11:19 +0100
commitd60282293ff32bd1485be25207dfe8ef8cf4ae55 (patch)
treecc9bc1a6daec97bbed084cdf71f78c01d90b3b51 /Cargo.toml
parent8ca7786784662d7948a12c293548c0f0731273a2 (diff)
Onig is so broken
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3537bb..640f413 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,8 @@ cargo_author = { path = "cargo_author" }
lazyonce = { path = "lazyonce" }
rmp = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" }
rmp-serde = { git = "https://github.com/3Hren/msgpack-rust", rev = "b93ea78dcb1c0326a3195790cbbad9dda16e7027" }
+onig = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" }
+onig_sys = { git = "https://github.com/kornelski/rust-onig", branch = "bindgen" }
[patch.'https://gitlab.com/crates.rs/crate_git_checkout.git']
crate_git_checkout = { path = "crate_git_checkout" }