Cargo.toml in faster_path-0.2.4 vs Cargo.toml in faster_path-0.2.5

- old
+ new

@@ -11,9 +11,10 @@ [lib] name = "faster_path" crate-type = ["dylib"] [dependencies] +ruby-sys = { git = "https://github.com/danielpclark/ruby-sys", branch = "playground" } ruru = { git = "https://github.com/danielpclark/ruru", branch = "playground" } array_tool = "0.4.1" lazy_static = "1.0" memchr = "2.0.1"