summaryrefslogtreecommitdiffstats
path: root/front_end/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2019-02-15 12:56:42 +0000
committerKornel <kornel@geekhood.net>2019-02-15 12:56:42 +0000
commit3dce89360c06afa42c7a79fc241e080944eeca18 (patch)
treeb237bf1d327ed2c55bd290fc8bc8bd5ece077d00 /front_end/Cargo.toml
parent27b52439c28fb7eaf7c86ef708b13d79747d4ced (diff)
Fix repo paths
Diffstat (limited to 'front_end/Cargo.toml')
-rw-r--r--front_end/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/front_end/Cargo.toml b/front_end/Cargo.toml
index fa3ce8d..3f0bded 100644
--- a/front_end/Cargo.toml
+++ b/front_end/Cargo.toml
@@ -17,7 +17,7 @@ kitchen_sink = { path = "../kitchen_sink", version = "0.7.0" }
rich_crate = { path = "../rich_crate" }
render_readme = { git = "https://gitlab.com/crates.rs/render_readme.git", version = "0.5.0" }
categories = { path = "../categories" }
-udedokei = { git = "https://gitlab.com/crates.rs/udedokei.git" }
+udedokei = { path = "../udedokei" }
search_index = { path = "../search_index" }
rayon = "1.0.3"
failure = "0.1.2"