summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }